Skip to content

Instantly share code, notes, and snippets.

View ReeganExE's full-sized avatar
🇻🇳
upnp-device-client

Ninh Pham ReeganExE

🇻🇳
upnp-device-client
  • HCMC, Vietnam
View GitHub Profile
@ReeganExE
ReeganExE / Patients.md
Last active September 26, 2016 08:19
Patients REST

Plural routes

GET    /patients
GET    /patients/1
POST   /patients
PUT    /patients/1
PATCH  /patients/1
DELETE /patients/1
// Node.js CheatSheet.
// Download the Node.js source code or a pre-built installer for your platform, and start developing today.
// Download: http://nodejs.org/download/
// More: http://nodejs.org/api/all.html
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html