Task #9678 (new)
Opened 12 years ago
Last modified 9 years ago
Repository API mapping for OMERO.web webgateway
Reported by: | cxallan | Owned by: | cxallan |
---|---|---|---|
Priority: | critical | Milestone: | Unscheduled |
Component: | Web | Version: | 4.4.8 |
Keywords: | n.a. | Cc: | web-team@…, fs@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description (last modified by cxallan)
The repositories API needs to be mapped to a JSON GET/POST REST API for use with OMERO.web via webgateway.
URL mappings should be as follows (assuming repositories = gateway.sharedResources().repositories()):
- /webgateway/repositories/ --> repositories.descriptions
- /webgateway/repositories/<index> --> repositories.descriptions[index]
- /webgateway/repositories/<index>/<method> --> repositories.proxies[index].<method>() restricted to:
- list()
- listFiles()
- root()
- /webgateway/repositories/<index>/download/<path>/<to>/<file> --> repositories.proxies[index].file("<path>/<to>/<file>")...
Change History (11)
comment:1 Changed 12 years ago by cxallan
- Description modified (diff)
comment:2 Changed 12 years ago by jburel
- Sprint changed from 2012-10-23 (1) to 2012-11-20 (2)
comment:3 Changed 12 years ago by jburel
- Sprint changed from 2012-11-20 (2) to 2012-12-18 (3)
Moved from sprint 2012-11-20 (2)
comment:4 Changed 12 years ago by jburel
- Sprint changed from 2012-12-18 (3) to 2013-01-15 (4)
Moved from sprint 2012-12-18 (3)
comment:5 Changed 12 years ago by jburel
- Sprint changed from 2013-01-15 (4) to 2013-02-12 (5)
Moved from sprint 2013-01-15 (4)
comment:6 Changed 12 years ago by jburel
- Sprint changed from 2013-02-12 (5) to 2013-03-12 (6))
Moved from sprint 2013-02-12 (5)
comment:7 Changed 12 years ago by jburel
- Sprint changed from 2013-03-12 (6)) to 2013-04-09 (7))
Moved from sprint 2013-03-12 (6))
comment:8 Changed 11 years ago by jburel
- Sprint changed from 2013-04-09 (7)) to 2013-05-07 (8)
Moved from sprint 2013-04-09 (7))
comment:9 Changed 11 years ago by jamoore
- Cc fs@… added
- Version set to 4.4.8
This should likely be pushed to 5, no?
comment:10 Changed 11 years ago by jburel
- Sprint changed from 2013-05-07 (8) to Blocker 4.4.9 (1)
Moved from sprint 2013-05-07 (8)
comment:11 Changed 9 years ago by jamoore
- Milestone changed from 5.x to Unscheduled
Moved from sprint 2012-10-23 (1)