Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
53 lines (35 loc) · 1.41 KB

SwaggerDocApi.md

File metadata and controls

53 lines (35 loc) · 1.41 KB

SwaggerDocApi

All URIs are relative to https://api.meltwater.com

Method HTTP request Description
getCompleteSwaggerSpec GET /v2/swagger_doc Meltwater API Swagger Spec

getCompleteSwaggerSpec

getCompleteSwaggerSpec(userKey)

Meltwater API Swagger Spec

Get the complete Swagger Spec that describes all Meltwater API endpoints.

Example

// 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();
}

Parameters

Name Type Description Notes
userKey String The `user_key` from developer.meltwater.com.

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json