Skip to content

My Restful API Best practice notes

kevin edited this page Sep 29, 2024 · 11 revisions

RESTFUL api design

https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/

Reallife API Examples

Set status of the Task.

Pagination/filtering/sorting

How to use Patch Verb properly

Rate limiting

Performance improvement

  1. Pagination
  2. Async Logging
  3. Caching
  4. Payload Compression
  5. Connection Pools

Clone this wiki locally