Transitfeeds
Connector for the transitfeeds API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.transitfeeds.com/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getfeedversions— GET /getFeedVersions — Retrieve a list of versions of specified (or all) feeds.getfeeds— GET /getFeeds — Retrieve a list of feeds.getlatestfeedversion— GET /getLatestFeedVersion — Retrieve the download URL for the latest version of a feed.getlocations— GET /getLocations — Retrieve a list of locations.
Inputs
apiKey— your transitfeeds API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getfeedversions
apiKey: <your key>