Module gtfs_server::routes::api::agency[][src]

/agency related routes

Statics

static_rocket_route_info_for_agency

Rocket code generated static route information structure.

static_rocket_route_info_for_agency_by_id

Rocket code generated static route information structure.

Functions

agency

/agency Get the Agencies. Returns a ResultArray<Agency>

agency_by_id

/agency/<agency_uid> Get the the specified Agency by its specified UID. Returns a Result<Agency>

get_agency_id

Returns the UID of the agency_id and feed_id provided.