Skip to content

Instantly share code, notes, and snippets.

@jholt1
Last active July 19, 2021 15:13
Show Gist options
  • Select an option

  • Save jholt1/287cb975089005ced35a3055351eabb7 to your computer and use it in GitHub Desktop.

Select an option

Save jholt1/287cb975089005ced35a3055351eabb7 to your computer and use it in GitHub Desktop.

API NAME

API/URL/ [METHOD]

A quick description of what it is for

Request

Body

Example:

[
  {
    "foo": "bar"
  }
]
  • foo: Something about foo...

Query parameters

Parameter Requirement Description
days Optional The number of days to include in the response. Default is 3.
units Optional Whether to return the values in imperial or metric measurements. Imperial will use feet, knots, and fahrenheit. Metric will use centimeters, kilometers per hour, and celsius.
time Optional If you include the time, then only the current hour will be returned in the response.

Response

Status 200

[
  {
    "status": "ok"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment