DEV Community

Discussion on: Bye bye Postman ! Let's share your REST API calls in team, easily !

Collapse
 
juniormayhe profile image
Junior Mayhé

This is interesting, but I would like to see examples of how to use consume an URL (either with Get or Post), grab its JSON response to extract a property like a Bearer token and reuse it in subsequent calls. You can also grab any other piece of information from JSON that you might have such as a user ID, username, whatever and reuse them in further calls. Postman can do that. Would REST Client be able to do it?