diff --git a/docs/LocalizationsApi.md b/docs/LocalizationsApi.md index a0f44b6..f7f7d67 100644 --- a/docs/LocalizationsApi.md +++ b/docs/LocalizationsApi.md @@ -34,7 +34,7 @@ Bearer.setApiKey("YOUR API KEY"); LocalizationsApi apiInstance = new LocalizationsApi(); String localizationId = "localizationId_example"; // String | A localization ID -String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" +String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json try { LocalizationRead result = apiInstance.localizationsLocalizationIdGet(localizationId, accept); System.out.println(result); @@ -49,7 +49,7 @@ try { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **localizationId** | **String**| A localization ID | - **accept** | **String**| A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" | + **accept** | **String**| A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json | ### Return type diff --git a/docs/TemplatesApi.md b/docs/TemplatesApi.md index 50311b7..befdc88 100644 --- a/docs/TemplatesApi.md +++ b/docs/TemplatesApi.md @@ -34,7 +34,7 @@ Bearer.setApiKey("YOUR API KEY"); //Bearer.setApiKeyPrefix("Token"); TemplatesApi apiInstance = new TemplatesApi(); -String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" +String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json String cursor = "cursor_example"; // String | A cursor value used to retrieve a specific page from a paginated result set. try { TemplatesRead result = apiInstance.templatesGet(accept, cursor); @@ -49,7 +49,7 @@ try { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - **accept** | **String**| A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" | + **accept** | **String**| A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json | **cursor** | **String**| A cursor value used to retrieve a specific page from a paginated result set. | [optional] ### Return type @@ -92,7 +92,7 @@ Bearer.setApiKey("YOUR API KEY"); TemplatesApi apiInstance = new TemplatesApi(); String templateId = "templateId_example"; // String | A template ID -String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" +String accept = "accept_example"; // String | A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json try { TemplateRead result = apiInstance.templatesTemplateIdGet(templateId, accept); System.out.println(result); @@ -107,7 +107,7 @@ try { Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **templateId** | **String**| A template ID | - **accept** | **String**| A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" | + **accept** | **String**| A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json | ### Return type diff --git a/src/main/java/io/dyspatch/client/ApiCallback.java b/src/main/java/io/dyspatch/client/ApiCallback.java index e731361..dabfb62 100644 --- a/src/main/java/io/dyspatch/client/ApiCallback.java +++ b/src/main/java/io/dyspatch/client/ApiCallback.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/ApiClient.java b/src/main/java/io/dyspatch/client/ApiClient.java index 037a81f..9f13544 100644 --- a/src/main/java/io/dyspatch/client/ApiClient.java +++ b/src/main/java/io/dyspatch/client/ApiClient.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/ApiException.java b/src/main/java/io/dyspatch/client/ApiException.java index e283958..851477b 100644 --- a/src/main/java/io/dyspatch/client/ApiException.java +++ b/src/main/java/io/dyspatch/client/ApiException.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -16,7 +16,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class ApiException extends Exception { private int code = 0; private Map> responseHeaders = null; diff --git a/src/main/java/io/dyspatch/client/ApiResponse.java b/src/main/java/io/dyspatch/client/ApiResponse.java index 7edb9e4..2155731 100644 --- a/src/main/java/io/dyspatch/client/ApiResponse.java +++ b/src/main/java/io/dyspatch/client/ApiResponse.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/Configuration.java b/src/main/java/io/dyspatch/client/Configuration.java index 21a9786..712caf7 100644 --- a/src/main/java/io/dyspatch/client/Configuration.java +++ b/src/main/java/io/dyspatch/client/Configuration.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -13,7 +13,7 @@ package io.dyspatch.client; -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class Configuration { private static ApiClient defaultApiClient = new ApiClient(); diff --git a/src/main/java/io/dyspatch/client/GzipRequestInterceptor.java b/src/main/java/io/dyspatch/client/GzipRequestInterceptor.java index 727ffed..dc73b64 100644 --- a/src/main/java/io/dyspatch/client/GzipRequestInterceptor.java +++ b/src/main/java/io/dyspatch/client/GzipRequestInterceptor.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/JSON.java b/src/main/java/io/dyspatch/client/JSON.java index 7f9621d..cc330d1 100644 --- a/src/main/java/io/dyspatch/client/JSON.java +++ b/src/main/java/io/dyspatch/client/JSON.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/Pair.java b/src/main/java/io/dyspatch/client/Pair.java index 4835459..f5ac003 100644 --- a/src/main/java/io/dyspatch/client/Pair.java +++ b/src/main/java/io/dyspatch/client/Pair.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -13,7 +13,7 @@ package io.dyspatch.client; -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class Pair { private String name = ""; private String value = ""; diff --git a/src/main/java/io/dyspatch/client/ProgressRequestBody.java b/src/main/java/io/dyspatch/client/ProgressRequestBody.java index ddc99fc..fbd2368 100644 --- a/src/main/java/io/dyspatch/client/ProgressRequestBody.java +++ b/src/main/java/io/dyspatch/client/ProgressRequestBody.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/ProgressResponseBody.java b/src/main/java/io/dyspatch/client/ProgressResponseBody.java index 98ae07f..0f68609 100644 --- a/src/main/java/io/dyspatch/client/ProgressResponseBody.java +++ b/src/main/java/io/dyspatch/client/ProgressResponseBody.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/StringUtil.java b/src/main/java/io/dyspatch/client/StringUtil.java index de197f2..f72f037 100644 --- a/src/main/java/io/dyspatch/client/StringUtil.java +++ b/src/main/java/io/dyspatch/client/StringUtil.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -13,7 +13,7 @@ package io.dyspatch.client; -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/src/main/java/io/dyspatch/client/api/LocalizationsApi.java b/src/main/java/io/dyspatch/client/api/LocalizationsApi.java index 5e584b3..120e45c 100644 --- a/src/main/java/io/dyspatch/client/api/LocalizationsApi.java +++ b/src/main/java/io/dyspatch/client/api/LocalizationsApi.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -58,7 +58,7 @@ public void setApiClient(ApiClient apiClient) { /** * Build call for localizationsLocalizationIdGet * @param localizationId A localization ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param progressListener Progress listener * @param progressRequestListener Progress request listener * @return Call to execute @@ -131,7 +131,7 @@ private com.squareup.okhttp.Call localizationsLocalizationIdGetValidateBeforeCal * Get Localization Object by ID * Returns a specific localization object with a matching ID * @param localizationId A localization ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @return LocalizationRead * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body */ @@ -144,7 +144,7 @@ public LocalizationRead localizationsLocalizationIdGet(String localizationId, St * Get Localization Object by ID * Returns a specific localization object with a matching ID * @param localizationId A localization ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @return ApiResponse<LocalizationRead> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body */ @@ -158,7 +158,7 @@ public ApiResponse localizationsLocalizationIdGetWithHttpInfo( * Get Localization Object by ID (asynchronously) * Returns a specific localization object with a matching ID * @param localizationId A localization ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param callback The callback to be executed when the API call finishes * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object diff --git a/src/main/java/io/dyspatch/client/api/TemplatesApi.java b/src/main/java/io/dyspatch/client/api/TemplatesApi.java index cfe1a20..8632515 100644 --- a/src/main/java/io/dyspatch/client/api/TemplatesApi.java +++ b/src/main/java/io/dyspatch/client/api/TemplatesApi.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -58,7 +58,7 @@ public void setApiClient(ApiClient apiClient) { /** * Build call for templatesGet - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param cursor A cursor value used to retrieve a specific page from a paginated result set. (optional) * @param progressListener Progress listener * @param progressRequestListener Progress request listener @@ -127,7 +127,7 @@ private com.squareup.okhttp.Call templatesGetValidateBeforeCall(String accept, S /** * List Templates * Gets a list of Template Metadata objects for all templates. Up to 25 results returned before results are paginated. - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param cursor A cursor value used to retrieve a specific page from a paginated result set. (optional) * @return TemplatesRead * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body @@ -140,7 +140,7 @@ public TemplatesRead templatesGet(String accept, String cursor) throws ApiExcept /** * List Templates * Gets a list of Template Metadata objects for all templates. Up to 25 results returned before results are paginated. - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param cursor A cursor value used to retrieve a specific page from a paginated result set. (optional) * @return ApiResponse<TemplatesRead> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body @@ -154,7 +154,7 @@ public ApiResponse templatesGetWithHttpInfo(String accept, String /** * List Templates (asynchronously) * Gets a list of Template Metadata objects for all templates. Up to 25 results returned before results are paginated. - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param cursor A cursor value used to retrieve a specific page from a paginated result set. (optional) * @param callback The callback to be executed when the API call finishes * @return The request call @@ -189,7 +189,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don /** * Build call for templatesTemplateIdGet * @param templateId A template ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param progressListener Progress listener * @param progressRequestListener Progress request listener * @return Call to execute @@ -262,7 +262,7 @@ private com.squareup.okhttp.Call templatesTemplateIdGetValidateBeforeCall(String * Get Template by ID * Gets a template object with the matching ID. If the template has published content the \"compiled\" field will contain the template . * @param templateId A template ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @return TemplateRead * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body */ @@ -275,7 +275,7 @@ public TemplateRead templatesTemplateIdGet(String templateId, String accept) thr * Get Template by ID * Gets a template object with the matching ID. If the template has published content the \"compiled\" field will contain the template . * @param templateId A template ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @return ApiResponse<TemplateRead> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body */ @@ -289,7 +289,7 @@ public ApiResponse templatesTemplateIdGetWithHttpInfo(String templ * Get Template by ID (asynchronously) * Gets a template object with the matching ID. If the template has published content the \"compiled\" field will contain the template . * @param templateId A template ID (required) - * @param accept A version of the API that should be used for the request. For example, to use version \"2018.08\", set the value to \"application/vnd.dyspatch.2018.08+json\" (required) + * @param accept A version of the API that should be used for the request. For example, to use version 2018.08, set the value to application/vnd.dyspatch.2018.08+json (required) * @param callback The callback to be executed when the API call finishes * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object diff --git a/src/main/java/io/dyspatch/client/auth/ApiKeyAuth.java b/src/main/java/io/dyspatch/client/auth/ApiKeyAuth.java index 653c362..4d34d5d 100644 --- a/src/main/java/io/dyspatch/client/auth/ApiKeyAuth.java +++ b/src/main/java/io/dyspatch/client/auth/ApiKeyAuth.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -18,7 +18,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class ApiKeyAuth implements Authentication { private final String location; private final String paramName; diff --git a/src/main/java/io/dyspatch/client/auth/Authentication.java b/src/main/java/io/dyspatch/client/auth/Authentication.java index 828d713..43c8af1 100644 --- a/src/main/java/io/dyspatch/client/auth/Authentication.java +++ b/src/main/java/io/dyspatch/client/auth/Authentication.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/auth/HttpBasicAuth.java b/src/main/java/io/dyspatch/client/auth/HttpBasicAuth.java index 8a4796c..ce81ea4 100644 --- a/src/main/java/io/dyspatch/client/auth/HttpBasicAuth.java +++ b/src/main/java/io/dyspatch/client/auth/HttpBasicAuth.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/auth/OAuth.java b/src/main/java/io/dyspatch/client/auth/OAuth.java index ae6ef9a..b7e4f5f 100644 --- a/src/main/java/io/dyspatch/client/auth/OAuth.java +++ b/src/main/java/io/dyspatch/client/auth/OAuth.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -18,7 +18,7 @@ import java.util.Map; import java.util.List; -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class OAuth implements Authentication { private String accessToken; diff --git a/src/main/java/io/dyspatch/client/auth/OAuthFlow.java b/src/main/java/io/dyspatch/client/auth/OAuthFlow.java index 75866a3..c52b675 100644 --- a/src/main/java/io/dyspatch/client/auth/OAuthFlow.java +++ b/src/main/java/io/dyspatch/client/auth/OAuthFlow.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io diff --git a/src/main/java/io/dyspatch/client/model/APIError.java b/src/main/java/io/dyspatch/client/model/APIError.java index 04685ba..2a01dcc 100644 --- a/src/main/java/io/dyspatch/client/model/APIError.java +++ b/src/main/java/io/dyspatch/client/model/APIError.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -26,7 +26,7 @@ /** * APIError */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class APIError { /** * Error code: * server_error - Internal server error. * invalid_parameter - Validation error, parameter will contain invalid field and message will contain the reason. * invalid_body - Body could not be parsed, message will contain the reason. * invalid_request - Validation error, the protocol used to make the request was not https. * unauthorized - Credentials were found but permissions were not sufficient. * unauthenticated - Credentials were not found or were not valid. * not_found - The requested resource was not found. * rate_limited - The request was refused because a rate limit was exceeded. There is an account wide rate limit of 3600 requests per-minute, although that is subject to change. The current remaining rate limit can be viewed by checking the X-Ratelimit-Remaining header. diff --git a/src/main/java/io/dyspatch/client/model/CompiledRead.java b/src/main/java/io/dyspatch/client/model/CompiledRead.java index 6e8ea71..7d4135d 100644 --- a/src/main/java/io/dyspatch/client/model/CompiledRead.java +++ b/src/main/java/io/dyspatch/client/model/CompiledRead.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -26,7 +26,7 @@ /** * CompiledRead */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class CompiledRead { @SerializedName("sender") private String sender = null; diff --git a/src/main/java/io/dyspatch/client/model/Cursor.java b/src/main/java/io/dyspatch/client/model/Cursor.java index 93f2662..da83a43 100644 --- a/src/main/java/io/dyspatch/client/model/Cursor.java +++ b/src/main/java/io/dyspatch/client/model/Cursor.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -27,7 +27,7 @@ * Information about paginated results */ @ApiModel(description = "Information about paginated results") -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class Cursor { @SerializedName("next") private String next = null; diff --git a/src/main/java/io/dyspatch/client/model/LocalizationMetaRead.java b/src/main/java/io/dyspatch/client/model/LocalizationMetaRead.java index d9fceae..d430bbc 100644 --- a/src/main/java/io/dyspatch/client/model/LocalizationMetaRead.java +++ b/src/main/java/io/dyspatch/client/model/LocalizationMetaRead.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -26,7 +26,7 @@ /** * LocalizationMetaRead */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class LocalizationMetaRead { @SerializedName("id") private String id = null; diff --git a/src/main/java/io/dyspatch/client/model/LocalizationRead.java b/src/main/java/io/dyspatch/client/model/LocalizationRead.java index 23e9687..b04e0cf 100644 --- a/src/main/java/io/dyspatch/client/model/LocalizationRead.java +++ b/src/main/java/io/dyspatch/client/model/LocalizationRead.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -27,7 +27,7 @@ /** * LocalizationRead */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class LocalizationRead { @SerializedName("id") private String id = null; diff --git a/src/main/java/io/dyspatch/client/model/TemplateMetaRead.java b/src/main/java/io/dyspatch/client/model/TemplateMetaRead.java index 5964fc5..588a509 100644 --- a/src/main/java/io/dyspatch/client/model/TemplateMetaRead.java +++ b/src/main/java/io/dyspatch/client/model/TemplateMetaRead.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -29,7 +29,7 @@ /** * TemplateMetaRead */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class TemplateMetaRead { @SerializedName("id") private String id = null; diff --git a/src/main/java/io/dyspatch/client/model/TemplateRead.java b/src/main/java/io/dyspatch/client/model/TemplateRead.java index ae5bdb6..757f722 100644 --- a/src/main/java/io/dyspatch/client/model/TemplateRead.java +++ b/src/main/java/io/dyspatch/client/model/TemplateRead.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -30,7 +30,7 @@ /** * TemplateRead */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class TemplateRead { @SerializedName("id") private String id = null; diff --git a/src/main/java/io/dyspatch/client/model/TemplatesRead.java b/src/main/java/io/dyspatch/client/model/TemplatesRead.java index 15b9e68..897763b 100644 --- a/src/main/java/io/dyspatch/client/model/TemplatesRead.java +++ b/src/main/java/io/dyspatch/client/model/TemplatesRead.java @@ -1,6 +1,6 @@ /* * Dyspatch API - * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. + * # Introduction The Dyspatch API is based on the REST paradigm, and features resource based URLs with standard HTTP response codes to indicate errors. We use standard HTTP authentication and request verbs, and all responses are JSON formatted. See our [Implementation Guide](https://docs.dyspatch.io/development/implementing_dyspatch/) for more details on how to implement Dyspatch. ## API Client Libraries Dyspatch provides API Clients for popular languages and web frameworks. - [Java](https://github.com/getdyspatch/dyspatch-java) - [Javascript](https://github.com/getdyspatch/dyspatch-javascript) - [Python](https://github.com/getdyspatch/dyspatch-python) * * OpenAPI spec version: 2018.08 * Contact: support@dyspatch.io @@ -30,7 +30,7 @@ /** * TemplatesRead */ -@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-08-31T14:48:13.828-07:00") +@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2018-10-26T14:43:45.770-07:00") public class TemplatesRead { @SerializedName("cursor") private Cursor cursor = null;