Skip to content

Commit 5ea8bef

Browse files
committed
remove old example usage
1 parent 4356de8 commit 5ea8bef

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -217,23 +217,3 @@ For testing locally developed containers use the alternate Docker Compose file:
217217
```bash
218218
docker compose --file docker-compose-develop.yml up --build
219219
```
220-
221-
## Example Usage
222-
223-
Submission of validation of RO-Crate with the ID of `ro_crate_1`. No webhook is used here:
224-
```bash
225-
curl -X 'POST' \
226-
'http://localhost:5001/ro_crates/v1/ro_crate_1/validation' \
227-
-H 'accept: application/json' \
228-
-H 'Content-Type: application/json' \
229-
-d '{}'
230-
```
231-
232-
Retrieval of validation result for RO-Crate `ro_crate_1`:
233-
```bash
234-
curl -X 'GET' \
235-
'http://localhost:5001/ro_crates/v1/ro_crate_1/validation' \
236-
-H 'accept: application/json' \
237-
-H 'Content-Type: application/json' \
238-
-d '{}'
239-
```

0 commit comments

Comments
 (0)