REST API cheatsheet

Syntax snippets and quick notes for revision.

REST API overview

const concept = "REST API overview";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api overview pattern when a REST API task needs a small, readable starting point.

REST API setup

const concept = "REST API setup";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api setup pattern when a REST API task needs a small, readable starting point.

REST API syntax

const concept = "REST API syntax";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api syntax pattern when a REST API task needs a small, readable starting point.

REST API examples

const concept = "REST API examples";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api examples pattern when a REST API task needs a small, readable starting point.

REST API workflow

const concept = "REST API workflow";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api workflow pattern when a REST API task needs a small, readable starting point.

REST API validation

const concept = "REST API validation";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api validation pattern when a REST API task needs a small, readable starting point.

REST API debugging

const concept = "REST API debugging";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api debugging pattern when a REST API task needs a small, readable starting point.

REST API best practices

const concept = "REST API best practices";
const task = { input: "sample", goal: "ship a useful feature" };
console.log(concept, task.goal);

Use this rest api best practices pattern when a REST API task needs a small, readable starting point.