mapping-commons / sssom-api

Apache License 2.0
7 stars 0 forks source link

Create an overview of all endpoints and sub-endpoints for the API #18

Closed matentzn closed 1 year ago

matentzn commented 1 year ago

This should include the names of the endpoints, the parameters for each endpoint, and the subendpoints, i.e.

/entities: No need, but if anything, list all indexed entities. /entities/{ENTITY_ID}: Lists all mappings involving an entity with CURIE ENTITY_ID /mappings: List all indexed mappings /mappings/{ID}: (gets single mapping with generated UUID ID) /mapping_sets/{ID}: Get single mapping set with generated UUID ID and all its mappings TBD: /mapping_sets/{ID}/mappings: (get all mappings for a mapping set)