All URIs are relative to https://api.meltwater.com
Method | HTTP request | Description |
---|---|---|
getCompleteSwaggerSpec | GET /v2/swagger_doc | Meltwater API Swagger Spec |
getCompleteSwaggerSpec(userKey)
Meltwater API Swagger Spec
Get the complete Swagger Spec that describes all Meltwater API endpoints.
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.SwaggerDocApi;
SwaggerDocApi apiInstance = new SwaggerDocApi();
String userKey = "userKey_example"; // String | The `user_key` from [developer.meltwater.com](https://developer.meltwater.com/admin/applications/).
try {
apiInstance.getCompleteSwaggerSpec(userKey);
} catch (ApiException e) {
System.err.println("Exception when calling SwaggerDocApi#getCompleteSwaggerSpec");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
userKey | String | The `user_key` from developer.meltwater.com. |
null (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json