Intro to REST - raisercostin/software-wiki GitHub Wiki

REST comes from REpresentational State Transfer. It is a way of encoding state in the url/uri.

Notions

Best practices

Tools

Not recommended

  • postman - https://www.getpostman.com/
    • vendor lock-in, proprietary format, needs cloud account, forces team to make accounts, in the end you must pay for simple things
  • SoapUI - old style, desktop app

API discovery

Resources