lmmx / tubeulator

TfL open data interface library
https://tubeulator.vercel.app
MIT License
5 stars 0 forks source link

Write nice documentation for all API fetch methods #17

Closed lmmx closed 1 year ago

lmmx commented 1 year ago

Converted the enum docstrings (which are not actually accessible in the code due to enum's implementation) from the various api.endpoint.routes modules, corresponding to the different API endpoints and all their routes, into a single docstring on the api.request.Request class. This is visible when looking up the help() on any of the fetch functions, as they all subclass this class.