Is there a Postman Collection available for Sugar?
Is there a Postman Collection available for Sugar?
Hi Jeff,
We are working on something along those lines, we will let the community know when it becomes available or the alternative we come up with.
rafa
If you use PHPStorm you might want to check out the built in HTTP Client. I imported all my Postman collections into it. So far I am pretty impressed. It makes writing tests amazingly easy and I can write a long series of calls and debug them all in PHPStorm. The best part about it is that I can run my tests against my LOCAL, DEV, TEST and PROD servers all with one script, which I could never get postman to do correctly.