Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIURL = "https://api.polygon.io" DefaultRetryCount = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { HTTP *resty.Client // contains filtered or unexported fields }
Client defines an HTTP client for the Polygon REST API.
func NewWithClient ¶ added in v1.0.0
NewWithClient returns a new client with the specified API key and a custom HTTP client.
Click to show internal directories.
Click to hide internal directories.