Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VitrasaClient ¶
type VitrasaClient struct { // ScheduleEndpoint is the base ScheduleEndpoint of the Vitrasa API ScheduleEndpoint string }
func NewVitrasaClient ¶
func NewVitrasaClient() *VitrasaClient
NewVitrasaClient creates a new VitrasaClient with the given URL
func (*VitrasaClient) GetSchedules ¶
func (c *VitrasaClient) GetSchedules(stopNumber int) ([]api.Schedule, error)
Click to show internal directories.
Click to hide internal directories.