Documentation
¶
Overview ¶
Package api provides methods for accessing the developers.flysfo.com API.
Index ¶
Constants ¶
View Source
const ENDPOINT string = "https://api.flysfo.com/sfo"
ENDPOINT is the root URL endpoint for the unversioned FlySFO API.
View Source
const V1 string = "https://api.flysfo.com/sfo"
V1 is the root URL endpoint for version one of the FlySFO API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type Client is a struct for performing requests to the FlySFO API.
func NewClientWithEndpoint ¶
Click to show internal directories.
Click to hide internal directories.