1
1
<a name =" __pageTop " ></a >
2
2
# neurostore_sdk.apis.tags.annotations_api.AnnotationsApi
3
3
4
- All URIs are relative to * http ://localhost:80 /api*
4
+ All URIs are relative to * https ://neurostore.org /api*
5
5
6
6
Method | HTTP request | Description
7
7
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import neurostore_sdk
26
26
from neurostore_sdk.apis.tags import annotations_api
27
27
from neurostore_sdk.model.annotation_list import AnnotationList
28
28
from pprint import pprint
29
- # Defining the host is optional and defaults to http ://localhost:80 /api
29
+ # Defining the host is optional and defaults to https ://neurostore.org /api
30
30
# See configuration.py for a list of all supported configuration parameters.
31
31
configuration = neurostore_sdk.Configuration(
32
- host = " http ://localhost:80 /api"
32
+ host = " https ://neurostore.org /api"
33
33
)
34
34
35
35
# Enter a context with an instance of the API client
@@ -116,10 +116,10 @@ delete annotation
116
116
import neurostore_sdk
117
117
from neurostore_sdk.apis.tags import annotations_api
118
118
from pprint import pprint
119
- # Defining the host is optional and defaults to http ://localhost:80 /api
119
+ # Defining the host is optional and defaults to https ://neurostore.org /api
120
120
# See configuration.py for a list of all supported configuration parameters.
121
121
configuration = neurostore_sdk.Configuration(
122
- host = " http ://localhost:80 /api"
122
+ host = " https ://neurostore.org /api"
123
123
)
124
124
125
125
# The client must configure the authentication and authorization parameters
@@ -206,10 +206,10 @@ import neurostore_sdk
206
206
from neurostore_sdk.apis.tags import annotations_api
207
207
from neurostore_sdk.model.annotation_return import AnnotationReturn
208
208
from pprint import pprint
209
- # Defining the host is optional and defaults to http ://localhost:80 /api
209
+ # Defining the host is optional and defaults to https ://neurostore.org /api
210
210
# See configuration.py for a list of all supported configuration parameters.
211
211
configuration = neurostore_sdk.Configuration(
212
- host = " http ://localhost:80 /api"
212
+ host = " https ://neurostore.org /api"
213
213
)
214
214
215
215
# Enter a context with an instance of the API client
@@ -333,10 +333,10 @@ from neurostore_sdk.apis.tags import annotations_api
333
333
from neurostore_sdk.model.annotation_return import AnnotationReturn
334
334
from neurostore_sdk.model.annotation_request import AnnotationRequest
335
335
from pprint import pprint
336
- # Defining the host is optional and defaults to http ://localhost:80 /api
336
+ # Defining the host is optional and defaults to https ://neurostore.org /api
337
337
# See configuration.py for a list of all supported configuration parameters.
338
338
configuration = neurostore_sdk.Configuration(
339
- host = " http ://localhost:80 /api"
339
+ host = " https ://neurostore.org /api"
340
340
)
341
341
342
342
# The client must configure the authentication and authorization parameters
@@ -458,10 +458,10 @@ from neurostore_sdk.apis.tags import annotations_api
458
458
from neurostore_sdk.model.annotation_return import AnnotationReturn
459
459
from neurostore_sdk.model.annotation_request import AnnotationRequest
460
460
from pprint import pprint
461
- # Defining the host is optional and defaults to http ://localhost:80 /api
461
+ # Defining the host is optional and defaults to https ://neurostore.org /api
462
462
# See configuration.py for a list of all supported configuration parameters.
463
463
configuration = neurostore_sdk.Configuration(
464
- host = " http ://localhost:80 /api"
464
+ host = " https ://neurostore.org /api"
465
465
)
466
466
467
467
# The client must configure the authentication and authorization parameters
0 commit comments