Skip to content

Document the API data models and schema #48

@jtanzi

Description

@jtanzi

Document the data models (categories and properties) for all data models that will be handled by the Streetlights API. Also, all methods that the API will support for clients (front-end application) requesting data.

e.g.

Streetlight: {
id: string,
bulbType: 'Inc' | 'LED' | 'Fireflies',
wireless: boolean,
fixture_mfg: string
}

Methods:
getStreetlight(id):
Returns a single streetlight.
Parameters:
id: the ID of the streetlight to be returned.
Returns: JSON

Metadata

Metadata

Assignees

No one assigned

    Labels

    OutdatedIssues that may or may not still be relevant (as of 7/9/18)

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions