Best of REST API — May 2022
- 1
- 2
- 3
GitHub Blog·4y
Improved REST API documentation
We’re excited to announce some big improvements to our REST API documentation. We’ve moved to a three-column layout to improve the readability of our docs and make it easier to see parameters with example requests and responses grouped together. The example column on the right in the three- column layout is sticky to allow you to cross-reference the example values to the request body parameters.
- 4
Hacker News·4y
How I fell in love with low-js
A few years ago I was working on a project written in style still common for today: python backend serving a REST API (public btw) using framework-of-the-day. It was horrible. We ended up using something very fringe - there were real performance and complexity problems. And to this day I believe all our problems stemmed from the base architecture.
- 5
Product Hunt·4y
Fetch Client - REST client extension for VS code, alternative to Postman
Fetch Client is Visual Studio Code extension which is used to test the Rest API. "Don't leave from VSCode, Stay with it - For Rest API testing" is the motto of Fetch Client. It's used to create test cases without any script/code. It is also a way to test your HTTP/s requests.