Skip to content

Commit

Permalink
Add request example
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanosChaliasos committed Aug 31, 2021
1 parent 97486a6 commit 544f6b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,14 @@ docker build -f Dockerfile -t pycg-stitch-api .
docker run -p 5001:5000 pycg-stitch-api
```

Example request using curl:
* Request format

```
url: http://localhost:5001/stitch
parameter: {"product1": {...}, "product2": {...}}
```

* Example request using curl:

```bash
echo "{ \
Expand Down

0 comments on commit 544f6b5

Please sign in to comment.