DEV Community

Discussion on: Quick API Debugging Tip

Collapse
 
theringleman profile image
Sam Ringleman

Absolutely!

Curious though, do you generate your requests through postman first? Then implement the front end? Or how exactly do you use this?

For me I write the API's and I like to have the front end, or test engineers send me the cURL request.