Skip to content

Instantly share code, notes, and snippets.

@Sakshi-CMS
Sakshi-CMS / API Contract Example Spec.md
Created July 12, 2023 05:58 — forked from BeattieM/API Contract Example Spec.md
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)
}
@Sakshi-CMS
Sakshi-CMS / API Contract Example Spec.md
Created July 12, 2023 05:58 — forked from BeattieM/API Contract Example Spec.md
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)
}