Skip to content

Commit

Permalink
Demonstrate how to disable reshape in README [elifesciences/enhanced-…
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo committed Sep 30, 2024
1 parent ac9f600 commit eaa46a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ docker compose up
cat [LOCATION OF JATS XML] | curl -X POST --data @- http://localhost:3000/
```

## Convert JATS to json with api (disable reshape)

```bash
cat [LOCATION OF JATS XML] | curl -X POST --data @- "http://localhost:3000/?reshape=false"
```

## Convert JATS to json with api target a specific encoda version

```bash
Expand Down

0 comments on commit eaa46a5

Please sign in to comment.