# Packages
Package auth simplifies creating token and oAuth authenticated http.Client for use with rest.Client.
Package clients contains simple CRUD clients for the Dynatrace API.
Package rest provides an extended rest.Client with optional behaviours like rate limiting, request/response logging, etc.
# Functions
AsResponseOrError is a helper function to convert an http.Response or error to a Response or error.
DecodeJSON tries to unmarshal the Response.Data of the given Response r into an object of T.
DecodeJSONObjects unmarshalls Objects contained in the given ListResponse into a slice of T.
DecodePaginatedJSONObjects unmarshalls all objects contained in the given PagedListResponse into a slice of T.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
APIError represents an error returned by an API with associated information.
ListResponse represents a multi-object API response It contains both the full JSON Data, and a slice of Objects for more convenient access.
MultipartResponse represent an HTTP multipart response.
No description provided by the author
Response represents an API response.
# Type aliases
PagedListResponse is a list of ListResponse values.