Ticket #36 (new)
Opened 2 years ago
mapID of multiple refs using HTTP POST
| Reported by: | martijn | Owned by: | AlexanderPico |
|---|---|---|---|
| Milestone: | Component: | REST Webservice | |
| Version: | Severity: | feature | |
| Keywords: | Cc: |
Description
mapping of multiple refs can be much more efficient if they can all be passed in the same request, instead of having to send a request for each ref. This should be done using HTTP POST
The BiomartClient? code can be used as an example of how to do POST requests in java.
both the BridgeRest? server as client have to be adjusted for this (server first, of course)
Note: See
TracTickets for help on using
tickets.
