|
|
|
|
|
by danpalmer
1850 days ago
|
|
What are the typical use-cases for things like this? I've used Paw and Postman in the past, but never for more than 2 endpoints in one go, never for more than an hour or so in one session. I've only ever got value out of them as "slightly quicker than a Python notebook" solutions for testing out a hypothesis. The only other thing I can think of is maybe as a way to pass the understanding of an API's nuances from one developer to another, but I've never needed to do that at any higher level than writing the one-weird-trick to make it work into an email to pass on that knowledge. |
|
I also think a lot of API clients tend to obfuscate flows like, for example, an OAuth authentication. Making each step visible and having that extra granularity can help with customisation and debugging.
Other than that, purely from a usability perspective, I think it’s fun to use.