Skip to content

Commit 6f56edd

Browse files
feat(api): api update
1 parent 9c879da commit 6f56edd

File tree

5 files changed

+563
-33
lines changed

5 files changed

+563
-33
lines changed

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 29
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-30baad9d29b0909d180aae300750a0cd8425b52d7a60ba365b6aa4e5f8da6fab.yml
3-
openapi_spec_hash: 218466af34966d9b08728f107cb3b3b0
4-
config_hash: 3871f5d21bb38ddd334ec04721dea64d
1+
configured_endpoints: 30
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit%2Fopen-transit-a30b0967ffed17b866dc65b5528148a06a42cce7c3c6d8f740ae2f6079963e7d.yml
3+
openapi_spec_hash: 9bf1e5bf00ef9936a9181ebd0956d5b8
4+
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff

api.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ Methods:
163163

164164
- <code title="get /api/where/schedule-for-route/{routeID}.json">client.ScheduleForRoute.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ScheduleForRouteService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, routeID <a href="https://pkg.go.dev/builtin#string">string</a>, query <a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk">onebusaway</a>.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ScheduleForRouteGetParams">ScheduleForRouteGetParams</a>) (\*<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk">onebusaway</a>.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ScheduleForRouteGetResponse">ScheduleForRouteGetResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
165165

166+
# ArrivalsAndDeparturesForLocation
167+
168+
Response Types:
169+
170+
- <a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk">onebusaway</a>.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ArrivalsAndDeparturesForLocationListResponse">ArrivalsAndDeparturesForLocationListResponse</a>
171+
172+
Methods:
173+
174+
- <code title="get /api/where/arrivals-and-departures-for-location.json">client.ArrivalsAndDeparturesForLocation.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ArrivalsAndDeparturesForLocationService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, query <a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk">onebusaway</a>.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ArrivalsAndDeparturesForLocationListParams">ArrivalsAndDeparturesForLocationListParams</a>) (\*<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk">onebusaway</a>.<a href="https://pkg.go.dev/github.com/OneBusAway/go-sdk#ArrivalsAndDeparturesForLocationListResponse">ArrivalsAndDeparturesForLocationListResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
175+
166176
# ArrivalAndDeparture
167177

168178
Response Types:

0 commit comments

Comments
 (0)