Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContentTypes ¶ added in v0.1.0
func ContentTypes() []string
Types ¶
type RateLimitTransport ¶
type RateLimitTransport struct { Limiter *rate.Limiter Transport http.RoundTripper }
RateLimitTransport restricts the rate of api calls
type VerboseTransport ¶
type VerboseTransport struct { Writer io.Writer Transport http.RoundTripper ContentTypes []string }
VerboseTransport logs the request and response
Click to show internal directories.
Click to hide internal directories.