Skip to content

Instantly share code, notes, and snippets.

@kewal-3sc
kewal-3sc / API Contract Example Spec.md
Created September 16, 2022 12:11 — 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)
}
@kewal-3sc
kewal-3sc / gist_markdown_examples.md
Created September 16, 2022 08:41 — forked from ww9/gist_markdown_examples.md
Gist markdown examples

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these: