package
0.0.0-20220530105605-7cd2dfd380db
Repository: https://github.com/stack11/go-exactonline.git
Documentation: pkg.go.dev
# Functions
AddListOptionsToRequest adds the ListOptions to the request.
AddListOptionsToURL adds the ListOptions to the url.
AddOdataKeyToURL will add the odata getter key to the url path.
NewClient returns a new Exact Online API client.
NewListOptions returns a newly initialized ListOptions.
# Structs
A Client manages communication with the Exact Online API.
ErrorResponse Holds the json error response data.
Filter will result in a subset filtered by the parameters.
ListOptions holds options for fetching a list.
ListResponse Holds the list response data.
MetaData holds the uri and type of a result object.
OrderBy specifies an expression for determining what values are used to order the collection.
Response is a Exact Online API response.
Select allows for limiting the fields returned.
Skip skips the count of results returned.
SkipToken is a token returned from the API to returned the next paginated page.
Top reduces the count of results returned.