Skip to content

Instantly share code, notes, and snippets.

@linqiu
linqiu / sublime user settings
Last active January 5, 2017 13:57
sublime user settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"file_exclude_patterns":
[
"*.psd",
"*.ncb",
"*.exe",
"npm-debug.log",
"*.idb",
@linqiu
linqiu / API.md
Created February 22, 2018 21:42 — 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: