Fucking tag
This commit is contained in:
@@ -66,16 +66,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 ApiException as e:
|
||||
print("Exception when calling DefaultApi->example: %s\n" % e)
|
||||
print("Exception when calling SmsApi->example: %s\n" % e)
|
||||
|
||||
```
|
||||
|
||||
@@ -85,7 +85,7 @@ All URIs are relative to *https://boardmate_api*
|
||||
|
||||
Class | Method | HTTP request | Description
|
||||
------------ | ------------- | ------------- | -------------
|
||||
*DefaultApi* | [**example**](docs/DefaultApi.md#example) | **POST** /sms/send | POST sms/send
|
||||
*SmsApi* | [**example**](docs/SmsApi.md#example) | **POST** /sms/send | POST sms/send
|
||||
|
||||
|
||||
## Documentation For Models
|
||||
|
||||
Reference in New Issue
Block a user