#

api

api related cheatsheet collection - 5 quick reference guides. Find fast, copy directly. The essential online command reference for developers and SRE.

HTTP Methods Cheatsheet - REST/HTTP Verbs & Idempotency

HTTP methods and REST semantics: GET/POST/PUT/PATCH/DELETE verbs, idempotency, safe methods, status-code pairing and common misuses. For choosing the right verb when designing APIs so retries and concurrency behave predictably. Pairs with the HTTP Status Codes sheet.

2026-08-0227 commands
httpMethodsrest

GraphQL Cheatsheet - GraphQL Query Language & API Reference

For developers designing or consuming GraphQL APIs: covers query and mutation syntax, subscriptions, the schema type system, fragments, directives, and pagination — the vocabulary shared by GraphQL clients and servers.

2026-07-2142 commands
graphqlapiQuery Languages

Postman Cheatsheet - API Debugging Tool Reference

Postman operations covering request building, environment/global variables, test scripts and assertions, pre-request scripts and dynamic data, and collection runs with Mock servers. For debugging APIs beyond a single curl call.

2026-07-2135 commands
postmanapiDebugging

RESTful API Cheatsheet - REST API Design Reference

RESTful API design conventions covering URL naming, HTTP method selection, status-code choice, request headers and response formats, auth options and best practices. For designing consistent, debuggable web APIs.

2026-07-2146 commands
restapihttp

HTTPie Cheatsheet - HTTP Client

An HTTPie reference: GET/POST requests, automatic JSON formatting, form and file uploads, authentication, and http/s sessions for everyday API testing.

2026-07-1937 commands
httpiehttpapi