Skip to content

Commit

Permalink
Document supported Presentation API version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzl committed Sep 29, 2020
1 parent feabe88 commit 8e9030e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

:warning: _some APIs and configuration parameters are still experimental. Use with caution!_

IIIF Presentation API server for images organized in directories, written in Rust.
IIIF Presentation API server for images organized in directories, written in Rust. Supports [Presentation API 3.0](https://iiif.io/api/presentation/3.0/).

Try it with samples in this repository:

```sh
$ cargo run -- config.example.yml
$ curl -s "http://127.0.0.1:8000/watergate-simple/manifest" | jq
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@context": "http://iiif.io/api/presentation/3/context.json",
"@id": "http://127.0.0.1:8000/iiif/presentation/sample/manifest",
"@type": "sc:Manifest",
...
Expand Down

0 comments on commit 8e9030e

Please sign in to comment.