(MOVED TO https://github.com/mze3e/api-cheat-sheet)
-
Build the API with consumers in mind--as a product in its own right.
- Not for a specific UI.
- Embrace flexibility / tunability of each endpoint (see #5, 6 & 7).
- Eat your own dogfood, even if you have to mockup an example UI.
-
Date/Time/Timestamp:: There is a standard: Use it: ISO 8601 in
UTC
:{ "createdTimestamp": "2017-11-15T18:10:24.343Z" }