Skip to content

Commit 75f7b4c

Browse files
committed
Updated GBFS language at root, provider, & agency
1 parent ac1657f commit 75f7b4c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

agency/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This specification contains a collection of RESTful APIs used to specify the dig
1212
* [Versioning](#versioning)
1313
* [Responses and Error Messages](#responses-and-error-messages)
1414
* [Authorization](#authorization)
15+
* [GBFS](#gbfs)
1516
* [Vehicles](#vehicles)
1617
* [Vehicle - Register](#vehicle---register)
1718
* [Vehicle - Update](#vehicle---update)
@@ -36,6 +37,12 @@ Versioning must be implemented as specified in the [Versioning section][versioni
3637

3738
[Top][toc]
3839

40+
### Modes
41+
42+
MDS is intended to be used for multiple transportation modes, including its original micromobility (e-scooters, bikes, etc.) as well as additional modes such as taxis and delivery bots. A given `provider_id` shall be associated with a single mobility [mode], so that the mode does not have to be specified in each data structure and API call. A provider implementing more than one mode shall [register](/README.md#providers-using-mds) a `provider_id` for each mode.
43+
44+
[Top][toc]
45+
3946
### Responses and Error Messages
4047

4148
See the [Responses][responses] and [Error Messages][error-messages] sections.
@@ -48,6 +55,12 @@ When making requests, the Agency API expects `provider_id` to be part of the cla
4855

4956
[Top][toc]
5057

58+
### GBFS
59+
60+
See the [GBFS Requirement](/README.md#gbfs-requirement) language for more details.
61+
62+
[Top][toc]
63+
5164
## Vehicles
5265

5366
The `/vehicles` endpoint returns the specified vehicle (if a device_id is provided) or a list of known vehicles. Providers can only retrieve data for vehicles in their registered fleet.

0 commit comments

Comments
 (0)