Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Clarification on namespaces for result retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt authored Feb 19, 2018
1 parent c25c12d commit d53b86e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ API will be available at `SERVER:PORT/api/similarity/` e.g.:
```
http://localhost:9000/api/similarity/group/jaccard/?range=(11,12,13)
```
You receive a UUID which is used to query the results, e.g. with:
You receive a UUID which is used to query the results (please note the different namespace) , e.g. with:
```
http://localhost:9000/api/processing/res/dff39dde-a787-40fb-a98a-8687f27e80c5
```

Please note the different namespace for result retrieval as this route is defined in the phovea_processing_queue plugin.
That also applies for the event stream:
```
http://localhost:9000/api/processing/stream
```

Installation
------------
Expand Down

0 comments on commit d53b86e

Please sign in to comment.