APIs-guru / openapi-directory

🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format
https://apis.guru/
Creative Commons Zero v1.0 Universal
3.86k stars 578 forks source link

WMATA - Rail and Bus APIs are reversed #288

Closed rbren closed 7 years ago

rbren commented 7 years ago

Specifically, the specs for rail-realtime and bus-realtime are swapped:

https://github.com/APIs-guru/openapi-directory/blob/master/APIs/wmata.com/bus-realtime/1.0/swagger.yaml

https://github.com/APIs-guru/openapi-directory/blob/master/APIs/wmata.com/rail-realtime/1.0/swagger.yaml

MikeRalphson commented 7 years ago

Thanks for spotting this @bobby-brennan ! The definitions should be under the right headings now.

rbren commented 7 years ago

Thanks for the quick fix!