Skip to content
Snippets Groups Projects
Commit 85e9f6ce authored by Eric's avatar Eric
Browse files

add endpoints

parent cf9fc045
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,29 @@ Specify a migration_name to apply migrations **up to that one and no further**.
This can be used to un-apply a migration.
## Endpoints
Datafiles endpoints based based on key and value of metadata:
- api/v1/datafiles/list/json/lookup-key/str:key/
- api/v1/datafiles/list/json/lookup-key/str:key/str:dataset/
- api/v1/datafiles/list/json/lookup-value/str:value/
- api/v1/datafiles/list/json/lookup-value/str:value/str:dataset/
- api/v1/datafiles/list/json/lookup/str:key/str:value/
- api/v1/datafiles/list/json/lookup/str:key/str:value/str:dataset
Annotation endpoints :
- api/v1/datafiles/json/annotation/int:pk
- api/v1/datafiles/json/annotation/slug:iric_data_id
Metadata endpoints :
- api/v1/datafiles/json/metadata/int:pk
- api/v1/datafiles/json/metadata/slug:iric_data_id
Datasets endpoints:
- api/v1/admin/str:sim/datasets/list/json/
- api/v1/my-datasets/list/json/
## Links to various resources used in this project
[Private Storage](https://pypi.org/project/django-private-storage/)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment