Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 622 Bytes

File metadata and controls

26 lines (13 loc) · 622 Bytes

Identity Access Management for Developers

Setup

REST API clients

Postman

To make calls to REST API of the Juice Shop via a comfortable UI you may use Postman.
Follow the setup instructions on https://www.postman.com/downloads.

Httpie

If you are more used to make calls to REST API of the Juice Shop via command line you may try Httpie.
Follow the setup instructions on https://httpie.org.

Curl

If you are more used to make calls to REST API of the Juice Shop via command line you also may try the classic Curl.
Follow the setup instructions on https://curl.haxx.se.

The Labs