This project is no longer actively maintained. If you need to create a client library for any of the Meltwater APIs, please refer to the OpenAPI specs of the respective API at developer.meltwater.com. From those OpenAPI specs you can generate the client yourself.
Disclaimer: This client was generated automatically based on our Swagger Spec. We are sharing it for purely demonstrative purposes. We hope it it helps. If you have any comments please open an issue, we would love to hear from you!
The Meltwater Streaming API provides the needed resources for Meltwater clients to create & delete REST Hooks and stream Meltwater search results to your specified destination.
This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.
- API version: 2.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.GoClientCodegen
Put the package under your project folder and add the following in import:
"./swagger"
All URIs are relative to https://api.meltwater.com
Class | Method | HTTP request | Description |
---|---|---|---|
ClientsApi | CreateClientCredentials | Post /v2/clients | Register new client |
ClientsApi | DeleteClientCredentials | Delete /v2/clients/{client_id} | Delete client. |
HooksApi | CreateHook | Post /v2/hooks | Creates a hook for one of your predefined searches. |
HooksApi | DeleteHook | Delete /v2/hooks/{hook_id} | Delete an existing hook. |
HooksApi | GetAllHooks | Get /v2/hooks | List all hooks. |
Oauth2Api | CreateToken | Post /oauth2/token | Create an access token |
SchemasApi | GetEditorialStreamingJsonSchema | Get /v2/schemas/editorial_streaming.json | Editorial Streaming JSON schema |
SchemasApi | GetSocialStreamingJsonSchema | Get /v2/schemas/social_streaming.json | Social Streaming JSON schema |
SearchesApi | GetAllSearches | Get /v2/searches | List your saved searches. |
Swagger_docApi | GetCompleteSwaggerSpec | Get /v2/swagger_doc | Meltwater API Swagger Spec |
- ClientCredentials
- ErrorsCollection
- Hook
- HooksCollection
- ModelError
- OAuth2Token
- PostV2Hooks
- Search
- SearchesCollection
All endpoints do not require authorization.