Rest Cheat Sheet



  1. Free Cheat Sheets
  2. The Cheat Sheet Website
  3. Daily Cheat Sheet
  4. Rest Security Cheat Sheet
Rest Cheat Sheet

REST Cheat Sheet. January 9, 2013 by jdslo. Representational state transfer was introduced and defined in 2000 by Roy Fielding in his doctoral dissertation. REST API Cheat Sheet: It’s Only Cheating if You’re Taking a Test For all you Force.com REST developers, we have added the REST API Cheat Sheet to our library of cheat sheets. In addition to reference info, it also has quite a few examples of how you can use REST API to update a field, delete a record, search, and so on. Authentication Cheat Sheet¶ Introduction¶. Authentication is the process of verifying that an individual, entity or website is whom it claims to be. Authentication in the context of web applications is commonly performed by submitting a username or ID and one or more items of private information that only a given user should know.

General

Rest Cheat Sheet

API

Free Cheat Sheets

axios.request(config)
axios.get(url[, config])
axios.delete(url[, config])
axios.head(url[, config])
axios.options(url[, config])
axios.post(url[, data[, config]])
axios.put(url[, data[, config]])
axios.patch(url[, data[, config]])
axios.all(iterable)
axios.spread(callback)
axios#create([config])
axios#request(config)
axios#get(url[, config])
axios#delete(url[, config])
axios#head(url[, config])
axios#options(url[, config])
axios#post(url[, data[, config]])
axios#put(url[, data[, config]])
axios#patch(url[, data[, config]])

Request Config

Sheet

The Cheat Sheet Website

Response Schema

Config Defaults

Interceptors

The

Daily Cheat Sheet

Handling Errors

Rest Security Cheat Sheet

Cancellation