@@ -116,6 +116,40 @@ Class | Method | HTTP request | Description
116
116
* PointsApi* | [ ** points_id_get** ] ( docs/PointsApi.md#points_id_get ) | ** GET** /points/{id} | GET a point
117
117
* PointsApi* | [ ** points_id_put** ] ( docs/PointsApi.md#points_id_put ) | ** PUT** /points/{id} | PUT/update a point
118
118
* PointsApi* | [ ** points_post** ] ( docs/PointsApi.md#points_post ) | ** POST** /points/ | POST Points
119
+ * StoreApi* | [ ** analyses_get** ] ( docs/StoreApi.md#analyses_get ) | ** GET** /analyses/ | GET list of analyses
120
+ * StoreApi* | [ ** analyses_id_delete** ] ( docs/StoreApi.md#analyses_id_delete ) | ** DELETE** /analyses/{id} | DELETE an analysis
121
+ * StoreApi* | [ ** analyses_id_get** ] ( docs/StoreApi.md#analyses_id_get ) | ** GET** /analyses/{id} | GET an analysis
122
+ * StoreApi* | [ ** analyses_id_put** ] ( docs/StoreApi.md#analyses_id_put ) | ** PUT** /analyses/{id} | PUT/update an analysis
123
+ * StoreApi* | [ ** analyses_post** ] ( docs/StoreApi.md#analyses_post ) | ** POST** /analyses/ | POST/create an analysis
124
+ * StoreApi* | [ ** annotations_get** ] ( docs/StoreApi.md#annotations_get ) | ** GET** /annotations/ | Your GET endpoint
125
+ * StoreApi* | [ ** annotations_id_delete** ] ( docs/StoreApi.md#annotations_id_delete ) | ** DELETE** /annotations/{id} | DELETE an annotation
126
+ * StoreApi* | [ ** annotations_id_get** ] ( docs/StoreApi.md#annotations_id_get ) | ** GET** /annotations/{id} | Your GET endpoint
127
+ * StoreApi* | [ ** annotations_id_put** ] ( docs/StoreApi.md#annotations_id_put ) | ** PUT** /annotations/{id} | Update an annotation
128
+ * StoreApi* | [ ** annotations_post** ] ( docs/StoreApi.md#annotations_post ) | ** POST** /annotations/ | Post Annotation
129
+ * StoreApi* | [ ** conditions_get** ] ( docs/StoreApi.md#conditions_get ) | ** GET** /conditions/ | GET Conditions
130
+ * StoreApi* | [ ** conditions_id_delete** ] ( docs/StoreApi.md#conditions_id_delete ) | ** DELETE** /conditions/{id} | DELETE a condition
131
+ * StoreApi* | [ ** conditions_id_get** ] ( docs/StoreApi.md#conditions_id_get ) | ** GET** /conditions/{id} | GET a condition
132
+ * StoreApi* | [ ** conditions_id_put** ] ( docs/StoreApi.md#conditions_id_put ) | ** PUT** /conditions/{id} | PUT/update a condition
133
+ * StoreApi* | [ ** conditions_post** ] ( docs/StoreApi.md#conditions_post ) | ** POST** /conditions/ | POST/Create a condition
134
+ * StoreApi* | [ ** images_get** ] ( docs/StoreApi.md#images_get ) | ** GET** /images/ | GET a list of images
135
+ * StoreApi* | [ ** images_id_delete** ] ( docs/StoreApi.md#images_id_delete ) | ** DELETE** /images/{id} | DELETE an image
136
+ * StoreApi* | [ ** images_id_get** ] ( docs/StoreApi.md#images_id_get ) | ** GET** /images/{id} | GET an image
137
+ * StoreApi* | [ ** images_id_put** ] ( docs/StoreApi.md#images_id_put ) | ** PUT** /images/{id} | PUT/update an image
138
+ * StoreApi* | [ ** images_post** ] ( docs/StoreApi.md#images_post ) | ** POST** /images/ | POST/create an image
139
+ * StoreApi* | [ ** points_get** ] ( docs/StoreApi.md#points_get ) | ** GET** /points/ | Get Points
140
+ * StoreApi* | [ ** points_id_delete** ] ( docs/StoreApi.md#points_id_delete ) | ** DELETE** /points/{id} | DELETE a point
141
+ * StoreApi* | [ ** points_id_get** ] ( docs/StoreApi.md#points_id_get ) | ** GET** /points/{id} | GET a point
142
+ * StoreApi* | [ ** points_id_put** ] ( docs/StoreApi.md#points_id_put ) | ** PUT** /points/{id} | PUT/update a point
143
+ * StoreApi* | [ ** points_post** ] ( docs/StoreApi.md#points_post ) | ** POST** /points/ | POST Points
144
+ * StoreApi* | [ ** studies_get** ] ( docs/StoreApi.md#studies_get ) | ** GET** /studies/ | GET a list of studies
145
+ * StoreApi* | [ ** studies_id_delete** ] ( docs/StoreApi.md#studies_id_delete ) | ** DELETE** /studies/{id} | DELETE a study
146
+ * StoreApi* | [ ** studies_id_get** ] ( docs/StoreApi.md#studies_id_get ) | ** GET** /studies/{id} | GET a study
147
+ * StoreApi* | [ ** studies_id_put** ] ( docs/StoreApi.md#studies_id_put ) | ** PUT** /studies/{id} | PUT/update a study
148
+ * StoreApi* | [ ** studies_post** ] ( docs/StoreApi.md#studies_post ) | ** POST** /studies/ | POST/create a study
149
+ * StoreApi* | [ ** studysets_id_delete** ] ( docs/StoreApi.md#studysets_id_delete ) | ** DELETE** /studysets/{id} | DELETE a studyset
150
+ * StoreApi* | [ ** studysets_id_get** ] ( docs/StoreApi.md#studysets_id_get ) | ** GET** /studysets/{id} | GET a studyset
151
+ * StoreApi* | [ ** studysets_id_put** ] ( docs/StoreApi.md#studysets_id_put ) | ** PUT** /studysets/{id} | PUT/update a studyset
152
+ * StoreApi* | [ ** studysets_post** ] ( docs/StoreApi.md#studysets_post ) | ** POST** /studysets/ | POST/create a studyset
119
153
* StudiesApi* | [ ** studies_get** ] ( docs/StudiesApi.md#studies_get ) | ** GET** /studies/ | GET a list of studies
120
154
* StudiesApi* | [ ** studies_id_delete** ] ( docs/StudiesApi.md#studies_id_delete ) | ** DELETE** /studies/{id} | DELETE a study
121
155
* StudiesApi* | [ ** studies_id_get** ] ( docs/StudiesApi.md#studies_id_get ) | ** GET** /studies/{id} | GET a study
0 commit comments