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 has been 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.
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.Examples:
/crime/VirginiaBeach.json
/crime/Hampton,VirginiaBeach,Norfolk.csv
Result is paged with a default page size of 500 records. When multiple cities are queried results are evenly divided up to the page size.
The text was updated successfully, but these errors were encountered: