Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 437 Bytes

File metadata and controls

27 lines (21 loc) · 437 Bytes

Basic Gateway

Install

To install run the following commands:

flogo create -f flogo.json
cd MyProxy
flogo build

Testing

Run:

bin/MyProxy

Then open another terminal and run:

curl http://localhost:9096/pets/1

You should then see something like:

{"category":{"id":0,"name":"string"},"id":1,"name":"aspen","photoUrls":["string"],"status":"done","tags":[{"id":0,"name":"string"}]}