# Go API client for client This API enables the Metrics Service to post metrics measurements/events to edge applications

**Micro-service**
None

**Type & Usage**
User's Edge Applications subscribing to Metrics measurements/events must implement this API

**Details**
API details available at _your-AdvantEDGE-ip-address:30000/api_

**Default Port**
This API is not exposed by default on the AdvantEDGE platform ## Overview This API client was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [swagger-spec](https://github.com/swagger-api/swagger-spec) from a remote server, you can easily generate an API client. - API version: 1.0.0 - Package version: 1.0.0 - Build package: io.swagger.codegen.languages.GoClientCodegen ## Installation Put the package under your project folder and add the following in import: ```golang import "./client" ``` ## Documentation for API Endpoints All URIs are relative to *https://localhost/metrics-notif/v2* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *NotificationsApi* | [**PostEventNotification**](docs/NotificationsApi.md#posteventnotification) | **Post** /event/{subscriptionId} | This operation is used by the AdvantEDGE Metrics Service to issue a callback notification towards an ME application with an Event subscription *NotificationsApi* | [**PostNetworkNotification**](docs/NotificationsApi.md#postnetworknotification) | **Post** /network/{subscriptionId} | This operation is used by the AdvantEDGE Metrics Service to issue a callback notification towards an ME application with a Network Metrics subscription ## Documentation For Models - [EventMetric](docs/EventMetric.md) - [EventMetricList](docs/EventMetricList.md) - [EventNotification](docs/EventNotification.md) - [NetworkMetric](docs/NetworkMetric.md) - [NetworkMetricList](docs/NetworkMetricList.md) - [NetworkNotification](docs/NetworkNotification.md) ## Documentation For Authorization Endpoints do not require authorization. ## Author AdvantEDGE@InterDigital.com