Fucking tag
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# board_mate.sms.DefaultApi
|
||||
# board_mate.sms.SmsApi
|
||||
|
||||
All URIs are relative to *https://boardmate_api*
|
||||
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**example**](DefaultApi.md#example) | **POST** /sms/send | POST sms/send
|
||||
[**example**](SmsApi.md#example) | **POST** /sms/send | POST sms/send
|
||||
|
||||
|
||||
# **example**
|
||||
@@ -31,16 +31,16 @@ configuration = board_mate.sms.Configuration(
|
||||
# Enter a context with an instance of the API client
|
||||
with board_mate.sms.ApiClient(configuration) as api_client:
|
||||
# Create an instance of the API class
|
||||
api_instance = board_mate.sms.DefaultApi(api_client)
|
||||
api_instance = board_mate.sms.SmsApi(api_client)
|
||||
body = 'body_example' # str |
|
||||
|
||||
try:
|
||||
# POST sms/send
|
||||
api_response = api_instance.example(body)
|
||||
print("The response of DefaultApi->example:\n")
|
||||
print("The response of SmsApi->example:\n")
|
||||
pprint(api_response)
|
||||
except Exception as e:
|
||||
print("Exception when calling DefaultApi->example: %s\n" % e)
|
||||
print("Exception when calling SmsApi->example: %s\n" % e)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user