Skip to content

Instantly share code, notes, and snippets.

View blidarescub's full-sized avatar

Bogdan Blidarescu blidarescub

View GitHub Profile
@blidarescub
blidarescub / API.md
Created December 14, 2016 19:28 — 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:

#!/bin/bash
# Discussion, issues and change requests at:
# https://github.com/nodesource/distributions
#
# Script to install the NodeSource Node.js v4.x LTS Argon repo onto an
# Enterprise Linux or Fedora Core based system.
#
# Run as root or insert `sudo -E` before `bash`:
#