Skip to content

Instantly share code, notes, and snippets.

@Onitzz
Onitzz / API.md
Created June 19, 2017 12:27 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@Onitzz
Onitzz / README.md
Created June 19, 2017 12:36 — forked from hofmannsven/README.md
My simply Git Cheatsheet