Skip to content

Instantly share code, notes, and snippets.

View eXpire163's full-sized avatar
⛑️
Making sercurity a part of the solution, not of the problem

Chris eXpire163

⛑️
Making sercurity a part of the solution, not of the problem
View GitHub Profile
@eXpire163
eXpire163 / API Contract Example Spec.md
Created January 30, 2023 14:36 — 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)
}