Project

General

Profile

Actions

CdmRestServices2 » History » Revision 1

Revision 1/65 | Next »
Andreas Kohlbecker, 07/07/2009 02:08 PM


CDM REST Services

The CDM REST Services consists of several part

  • the API REST service which is a more-or-less one-to-one concordance between URIs and service api methods

  • the Portal REST Service which is specially taliored for the needs of dataportals.

  • .. ?

API REST service

e.g.

taxonService.get(UUID uuid)

and

GET /taxon/{uuid}

Following from that logic, the listing methods should work thus

taxonService.list(Class<? extends TaxonBase> clazz, Integer page, Integer limit, etc)

and the URI would be

GET /taxon?page=X&limit=Y&clazz=Z

Portal REST Service

Updated by Andreas Kohlbecker almost 15 years ago · 1 revisions