-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33da303
commit 379f6df
Showing
59 changed files
with
1,559 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.6.0 | ||
7.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,11 @@ | |
|
||
The SMS Works API | ||
- API version: 1.9.0 | ||
- Build date: 2023-07-14T11:38:52.349531+01:00[Europe/London] | ||
- Build date: 2023-12-15T11:27:24.989260Z[Europe/London] | ||
|
||
The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed messages are refunded. | ||
The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed UK messages are refunded. | ||
|
||
For more information, please visit [https://thesmsworks.co.uk/contact](https://thesmsworks.co.uk/contact) | ||
|
||
*Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* | ||
|
||
|
@@ -99,7 +100,7 @@ public class Example { | |
//JWT.setApiKeyPrefix("Token"); | ||
|
||
BatchMessagesApi apiInstance = new BatchMessagesApi(defaultClient); | ||
List<Message> messages = Arrays.asList(); // List<Message> | An array of messages | ||
Object messages = null; // Object | An array of messages | ||
try { | ||
BatchMessageResponse result = apiInstance.batchAnyPost(messages); | ||
System.out.println(result); | ||
|
@@ -137,8 +138,9 @@ Class | Method | HTTP request | Description | |
*MessagesApi* | [**messagesScheduleGet**](docs/MessagesApi.md#messagesScheduleGet) | **GET** /messages/schedule | | ||
*MessagesApi* | [**messagesScheduleMessageidDelete**](docs/MessagesApi.md#messagesScheduleMessageidDelete) | **DELETE** /messages/schedule/{messageid} | | ||
*MessagesApi* | [**sendFlashMessage**](docs/MessagesApi.md#sendFlashMessage) | **POST** /message/flash | | ||
*OtpApi* | [**otpSendPost**](docs/OtpApi.md#otpSendPost) | **POST** /otp/send | | ||
*OtpApi* | [**otpVerifyPost**](docs/OtpApi.md#otpVerifyPost) | **POST** /otp/verify | | ||
*OneTimePasswordApi* | [**otpMessageidGet**](docs/OneTimePasswordApi.md#otpMessageidGet) | **GET** /otp/{messageid} | | ||
*OneTimePasswordApi* | [**otpSendPost**](docs/OneTimePasswordApi.md#otpSendPost) | **POST** /otp/send | | ||
*OneTimePasswordApi* | [**otpVerifyPost**](docs/OneTimePasswordApi.md#otpVerifyPost) | **POST** /otp/verify | | ||
*UtilsApi* | [**utilsErrorsErrorcodeGet**](docs/UtilsApi.md#utilsErrorsErrorcodeGet) | **GET** /utils/errors/{errorcode} | | ||
*UtilsApi* | [**utilsTestGet**](docs/UtilsApi.md#utilsTestGet) | **GET** /utils/test | | ||
|
||
|
@@ -152,7 +154,6 @@ Class | Method | HTTP request | Description | |
- [DeletedMessageResponse](docs/DeletedMessageResponse.md) | ||
- [ErrorModel](docs/ErrorModel.md) | ||
- [ExtendedErrorModel](docs/ExtendedErrorModel.md) | ||
- [ExtendedErrorModelAllOf](docs/ExtendedErrorModelAllOf.md) | ||
- [Message](docs/Message.md) | ||
- [MessageMetadata](docs/MessageMetadata.md) | ||
- [MessageResponse](docs/MessageResponse.md) | ||
|
@@ -192,5 +193,5 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea | |
|
||
## Author | ||
|
||
|
||
[email protected] | ||
|
Oops, something went wrong.