-
Notifications
You must be signed in to change notification settings - Fork 6
My Restful API Best practice notes
kevin edited this page Sep 29, 2024
·
11 revisions
https://stackoverflow.blog/2020/03/02/best-practices-for-rest-api-design/
- https://docs.stripe.com/api/products/object
- https://developer.box.com/reference/
- https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-group-issues
- https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-user-post
- https://developer.spotify.com/documentation/web-api
- https://docs.oracle.com/en/cloud/paas/content-cloud/rest-api-users-groups/rest-endpoints.html
- https://phauer.com/2015/restful-api-design-best-practices/#keep-business-logic-on-the-server-side
- https://support.intershop.com/kb/index.php
- https://www.zoho.com/mail/help/api/put-change-task-reminder.html
- https://learn.microsoft.com/en-us/rest/api/batchservice/task/update?tabs=HTTP
- https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/595/rest-api-get-content-list
- https://forum.asana.com/t/updating-task-status-value-automatically-using-api/173738
- Pagination
- Async Logging
- Caching
- Payload Compression
- Connection Pools