Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save antoniantonov/a1faf9b4c6812c845c0ddcd855f2333c to your computer and use it in GitHub Desktop.

Select an option

Save antoniantonov/a1faf9b4c6812c845c0ddcd855f2333c to your computer and use it in GitHub Desktop.
An example of an API contract between the server and front-end devices

Users

  • User object
{
  id: integer
  username: string
  email: string
  created_at: datetime(iso 8601)
  updated_at: datetime(iso 8601)
}

Product Order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment