dservercore.uri_routes
Routes for querying and managing dataset entries by their URIs
Functions
|
Delete a dataset entry from dserver. |
|
Return dataset information by URI. |
|
Update a dataset entry in dserver by replacing entry. |
|
Search the datasets a user has access to. |
|
Search the datasets a user has access to. |
- dservercore.uri_routes.uris_get(query: SearchDatasetSchema, pagination_parameters: PaginationParameters, sort_parameters: SortParameters)
Search the datasets a user has access to.
- dservercore.uri_routes.uris_post(query: SearchDatasetSchema, pagination_parameters: PaginationParameters, sort_parameters: SortParameters)
Search the datasets a user has access to.
- dservercore.uri_routes.uri_get(uri)
Return dataset information by URI.
- dservercore.uri_routes.uri_put(dataset: RegisterDatasetSchema, uri)
Update a dataset entry in dserver by replacing entry.
The user needs to have register permissions on the base_uri.
- dservercore.uri_routes.uri_delete(uri)
Delete a dataset entry from dserver.
The user needs to have register permissions on the base_uri.