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

Commit d53b86e

Browse files
authored
Clarification on namespaces for result retrieval
1 parent c25c12d commit d53b86e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ API will be available at `SERVER:PORT/api/similarity/` e.g.:
77
```
88
http://localhost:9000/api/similarity/group/jaccard/?range=(11,12,13)
99
```
10-
You receive a UUID which is used to query the results, e.g. with:
10+
You receive a UUID which is used to query the results (please note the different namespace) , e.g. with:
1111
```
1212
http://localhost:9000/api/processing/res/dff39dde-a787-40fb-a98a-8687f27e80c5
1313
```
14-
14+
Please note the different namespace for result retrieval as this route is defined in the phovea_processing_queue plugin.
15+
That also applies for the event stream:
16+
```
17+
http://localhost:9000/api/processing/stream
18+
```
1519

1620
Installation
1721
------------

0 commit comments

Comments
 (0)