
RapidAPI for Mac is a full-featured HTTP client that lets you test and describe the APIs you build or consume. It has a beautiful native macOS interface to compose requests, inspect server responses, generate client code and export API definitions.
@botteaap I spent most time reconfiguring automated auth headers.
In PostMan, I had it set up so a variable would be filled after I fired the auth call, so the other calls could use it.
In Insomnia, I set up the other calls to execute the auth call and pull the token from the response body if needed.
So it's a bit of a reversed setup.
The only thing that I really miss is the ability to set up auth configs for entire folders of calls. In Insomnia, I have to add it to each call individually.