Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Document API endpoints #74

@kmcurry

Description

@kmcurry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions