appoptics / appoptics-api-go

The official Go client for the AppOptics metrics API
https://docs.appoptics.com/api/
Apache License 2.0
4 stars 7 forks source link

Add MeasurementsService #14

Closed trevrosen closed 6 years ago

trevrosen commented 6 years ago

Refactor some of the existing client code to be more generic and to allow client to be injected into "service" structs that implement interfaces for API actions.

trevrosen commented 6 years ago

Fixed in #15