package
0.11.0
Repository: https://github.com/bzimmer/activity.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new client and applies all provided Options.
WithBaseURL specifies the base url.
WithAPICredentials provides the client api credentials for the application.
WithConfig sets the underlying oauth2.Config.
WithHTTPClient sets the underlying http client.
WithHTTPTracing enables tracing http calls.
WithRateLimiter rate limits the client's api calls.
WithToken sets the underlying oauth2.Token.
WithTokenCredentials provides the tokens for an authenticated user.
WithTransport sets the underlying http client transport.

# Constants

No description provided by the author
route.
trip.

# Structs

Client for communicating with RWGPS.
Fault is an error.
No description provided by the author
No description provided by the author
No description provided by the author
TrackPoint represents data about a point along a trip.
A Trip represents both a planned and completed activity.
Upload is the state representation of an uploaded activity.
User is a user.

# Type aliases

Option provides a configuration mechanism for a Client.
TripsService provides access to Trips and Routes via the RWGPS API.
Type of the trip.
No description provided by the author
UsersService provides access to the user API.