You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2019. It is now read-only.
As a Developer, I want to know the names/routes and purposes of the API's endpoint so that I can understand what's available and how to use it.
Create documentation for each of the endpoints.
Essential documentation is each url, its purpose in plain language, parameters, if any, and definition of results. Ideal documentation has working examples.
Example:
/crime/:cities
Returns crime data for the given, comma separated list of one or more cities. Append the url with .format to return the result in that format.