Skip to content

Commit a0055d1

Browse files
3d3cef74fb7592e6102d45e0820edb7edbcde04e
1 parent 05ae502 commit a0055d1

11 files changed

+163
-163
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ from neurostore_sdk.apis.tags import analyses_api
145145
from neurostore_sdk.model.analysis_list import AnalysisList
146146
from neurostore_sdk.model.analysis_request import AnalysisRequest
147147
from neurostore_sdk.model.analysis_return import AnalysisReturn
148-
# Defining the host is optional and defaults to http://localhost:80/api
148+
# Defining the host is optional and defaults to https://neurostore.org/api
149149
# See configuration.py for a list of all supported configuration parameters.
150150
configuration = neurostore_sdk.Configuration(
151-
host = "http://localhost:80/api"
151+
host = "https://neurostore.org/api"
152152
)
153153

154154

@@ -189,7 +189,7 @@ nested = True # bool | whether to show the URI to a resource (false) or to embed
189189

190190
## Documentation for API Endpoints
191191

192-
All URIs are relative to *http://localhost:80/api*
192+
All URIs are relative to *https://neurostore.org/api*
193193

194194
Class | Method | HTTP request | Description
195195
------------ | ------------- | ------------- | -------------

docs/apis/tags/AnalysesApi.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# neurostore_sdk.apis.tags.analyses_api.AnalysesApi
33

4-
All URIs are relative to *http://localhost:80/api*
4+
All URIs are relative to *https://neurostore.org/api*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import neurostore_sdk
2626
from neurostore_sdk.apis.tags import analyses_api
2727
from neurostore_sdk.model.analysis_list import AnalysisList
2828
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
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = neurostore_sdk.Configuration(
32-
host = "http://localhost:80/api"
32+
host = "https://neurostore.org/api"
3333
)
3434

3535
# Enter a context with an instance of the API client
@@ -179,10 +179,10 @@ delete an analysis
179179
import neurostore_sdk
180180
from neurostore_sdk.apis.tags import analyses_api
181181
from pprint import pprint
182-
# Defining the host is optional and defaults to http://localhost:80/api
182+
# Defining the host is optional and defaults to https://neurostore.org/api
183183
# See configuration.py for a list of all supported configuration parameters.
184184
configuration = neurostore_sdk.Configuration(
185-
host = "http://localhost:80/api"
185+
host = "https://neurostore.org/api"
186186
)
187187

188188
# The client must configure the authentication and authorization parameters
@@ -269,10 +269,10 @@ import neurostore_sdk
269269
from neurostore_sdk.apis.tags import analyses_api
270270
from neurostore_sdk.model.analysis_return import AnalysisReturn
271271
from pprint import pprint
272-
# Defining the host is optional and defaults to http://localhost:80/api
272+
# Defining the host is optional and defaults to https://neurostore.org/api
273273
# See configuration.py for a list of all supported configuration parameters.
274274
configuration = neurostore_sdk.Configuration(
275-
host = "http://localhost:80/api"
275+
host = "https://neurostore.org/api"
276276
)
277277

278278
# Enter a context with an instance of the API client
@@ -420,10 +420,10 @@ from neurostore_sdk.apis.tags import analyses_api
420420
from neurostore_sdk.model.analysis_return import AnalysisReturn
421421
from neurostore_sdk.model.analysis_request import AnalysisRequest
422422
from pprint import pprint
423-
# Defining the host is optional and defaults to http://localhost:80/api
423+
# Defining the host is optional and defaults to https://neurostore.org/api
424424
# See configuration.py for a list of all supported configuration parameters.
425425
configuration = neurostore_sdk.Configuration(
426-
host = "http://localhost:80/api"
426+
host = "https://neurostore.org/api"
427427
)
428428

429429
# The client must configure the authentication and authorization parameters
@@ -569,10 +569,10 @@ from neurostore_sdk.apis.tags import analyses_api
569569
from neurostore_sdk.model.analysis_return import AnalysisReturn
570570
from neurostore_sdk.model.analysis_request import AnalysisRequest
571571
from pprint import pprint
572-
# Defining the host is optional and defaults to http://localhost:80/api
572+
# Defining the host is optional and defaults to https://neurostore.org/api
573573
# See configuration.py for a list of all supported configuration parameters.
574574
configuration = neurostore_sdk.Configuration(
575-
host = "http://localhost:80/api"
575+
host = "https://neurostore.org/api"
576576
)
577577

578578
# The client must configure the authentication and authorization parameters

docs/apis/tags/AnnotationsApi.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# neurostore_sdk.apis.tags.annotations_api.AnnotationsApi
33

4-
All URIs are relative to *http://localhost:80/api*
4+
All URIs are relative to *https://neurostore.org/api*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import neurostore_sdk
2626
from neurostore_sdk.apis.tags import annotations_api
2727
from neurostore_sdk.model.annotation_list import AnnotationList
2828
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
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = neurostore_sdk.Configuration(
32-
host = "http://localhost:80/api"
32+
host = "https://neurostore.org/api"
3333
)
3434

3535
# Enter a context with an instance of the API client
@@ -116,10 +116,10 @@ delete annotation
116116
import neurostore_sdk
117117
from neurostore_sdk.apis.tags import annotations_api
118118
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
120120
# See configuration.py for a list of all supported configuration parameters.
121121
configuration = neurostore_sdk.Configuration(
122-
host = "http://localhost:80/api"
122+
host = "https://neurostore.org/api"
123123
)
124124

125125
# The client must configure the authentication and authorization parameters
@@ -206,10 +206,10 @@ import neurostore_sdk
206206
from neurostore_sdk.apis.tags import annotations_api
207207
from neurostore_sdk.model.annotation_return import AnnotationReturn
208208
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
210210
# See configuration.py for a list of all supported configuration parameters.
211211
configuration = neurostore_sdk.Configuration(
212-
host = "http://localhost:80/api"
212+
host = "https://neurostore.org/api"
213213
)
214214

215215
# Enter a context with an instance of the API client
@@ -333,10 +333,10 @@ from neurostore_sdk.apis.tags import annotations_api
333333
from neurostore_sdk.model.annotation_return import AnnotationReturn
334334
from neurostore_sdk.model.annotation_request import AnnotationRequest
335335
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
337337
# See configuration.py for a list of all supported configuration parameters.
338338
configuration = neurostore_sdk.Configuration(
339-
host = "http://localhost:80/api"
339+
host = "https://neurostore.org/api"
340340
)
341341

342342
# The client must configure the authentication and authorization parameters
@@ -458,10 +458,10 @@ from neurostore_sdk.apis.tags import annotations_api
458458
from neurostore_sdk.model.annotation_return import AnnotationReturn
459459
from neurostore_sdk.model.annotation_request import AnnotationRequest
460460
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
462462
# See configuration.py for a list of all supported configuration parameters.
463463
configuration = neurostore_sdk.Configuration(
464-
host = "http://localhost:80/api"
464+
host = "https://neurostore.org/api"
465465
)
466466

467467
# The client must configure the authentication and authorization parameters

docs/apis/tags/ConditionsApi.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# neurostore_sdk.apis.tags.conditions_api.ConditionsApi
33

4-
All URIs are relative to *http://localhost:80/api*
4+
All URIs are relative to *https://neurostore.org/api*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import neurostore_sdk
2626
from neurostore_sdk.apis.tags import conditions_api
2727
from neurostore_sdk.model.condition_list import ConditionList
2828
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
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = neurostore_sdk.Configuration(
32-
host = "http://localhost:80/api"
32+
host = "https://neurostore.org/api"
3333
)
3434

3535
# Enter a context with an instance of the API client
@@ -170,10 +170,10 @@ delete a condition
170170
import neurostore_sdk
171171
from neurostore_sdk.apis.tags import conditions_api
172172
from pprint import pprint
173-
# Defining the host is optional and defaults to http://localhost:80/api
173+
# Defining the host is optional and defaults to https://neurostore.org/api
174174
# See configuration.py for a list of all supported configuration parameters.
175175
configuration = neurostore_sdk.Configuration(
176-
host = "http://localhost:80/api"
176+
host = "https://neurostore.org/api"
177177
)
178178

179179
# The client must configure the authentication and authorization parameters
@@ -260,10 +260,10 @@ import neurostore_sdk
260260
from neurostore_sdk.apis.tags import conditions_api
261261
from neurostore_sdk.model.condition_return import ConditionReturn
262262
from pprint import pprint
263-
# Defining the host is optional and defaults to http://localhost:80/api
263+
# Defining the host is optional and defaults to https://neurostore.org/api
264264
# See configuration.py for a list of all supported configuration parameters.
265265
configuration = neurostore_sdk.Configuration(
266-
host = "http://localhost:80/api"
266+
host = "https://neurostore.org/api"
267267
)
268268

269269
# Enter a context with an instance of the API client
@@ -375,10 +375,10 @@ from neurostore_sdk.apis.tags import conditions_api
375375
from neurostore_sdk.model.condition_return import ConditionReturn
376376
from neurostore_sdk.model.condition_request import ConditionRequest
377377
from pprint import pprint
378-
# Defining the host is optional and defaults to http://localhost:80/api
378+
# Defining the host is optional and defaults to https://neurostore.org/api
379379
# See configuration.py for a list of all supported configuration parameters.
380380
configuration = neurostore_sdk.Configuration(
381-
host = "http://localhost:80/api"
381+
host = "https://neurostore.org/api"
382382
)
383383

384384
# The client must configure the authentication and authorization parameters
@@ -524,10 +524,10 @@ from neurostore_sdk.apis.tags import conditions_api
524524
from neurostore_sdk.model.condition_return import ConditionReturn
525525
from neurostore_sdk.model.condition_request import ConditionRequest
526526
from pprint import pprint
527-
# Defining the host is optional and defaults to http://localhost:80/api
527+
# Defining the host is optional and defaults to https://neurostore.org/api
528528
# See configuration.py for a list of all supported configuration parameters.
529529
configuration = neurostore_sdk.Configuration(
530-
host = "http://localhost:80/api"
530+
host = "https://neurostore.org/api"
531531
)
532532

533533
# The client must configure the authentication and authorization parameters

docs/apis/tags/ImagesApi.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# neurostore_sdk.apis.tags.images_api.ImagesApi
33

4-
All URIs are relative to *http://localhost:80/api*
4+
All URIs are relative to *https://neurostore.org/api*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import neurostore_sdk
2626
from neurostore_sdk.apis.tags import images_api
2727
from neurostore_sdk.model.image_list import ImageList
2828
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
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = neurostore_sdk.Configuration(
32-
host = "http://localhost:80/api"
32+
host = "https://neurostore.org/api"
3333
)
3434

3535
# Enter a context with an instance of the API client
@@ -188,10 +188,10 @@ delete an image
188188
import neurostore_sdk
189189
from neurostore_sdk.apis.tags import images_api
190190
from pprint import pprint
191-
# Defining the host is optional and defaults to http://localhost:80/api
191+
# Defining the host is optional and defaults to https://neurostore.org/api
192192
# See configuration.py for a list of all supported configuration parameters.
193193
configuration = neurostore_sdk.Configuration(
194-
host = "http://localhost:80/api"
194+
host = "https://neurostore.org/api"
195195
)
196196

197197
# The client must configure the authentication and authorization parameters
@@ -278,10 +278,10 @@ import neurostore_sdk
278278
from neurostore_sdk.apis.tags import images_api
279279
from neurostore_sdk.model.image_return import ImageReturn
280280
from pprint import pprint
281-
# Defining the host is optional and defaults to http://localhost:80/api
281+
# Defining the host is optional and defaults to https://neurostore.org/api
282282
# See configuration.py for a list of all supported configuration parameters.
283283
configuration = neurostore_sdk.Configuration(
284-
host = "http://localhost:80/api"
284+
host = "https://neurostore.org/api"
285285
)
286286

287287
# Enter a context with an instance of the API client
@@ -393,10 +393,10 @@ from neurostore_sdk.apis.tags import images_api
393393
from neurostore_sdk.model.image_return import ImageReturn
394394
from neurostore_sdk.model.image_request import ImageRequest
395395
from pprint import pprint
396-
# Defining the host is optional and defaults to http://localhost:80/api
396+
# Defining the host is optional and defaults to https://neurostore.org/api
397397
# See configuration.py for a list of all supported configuration parameters.
398398
configuration = neurostore_sdk.Configuration(
399-
host = "http://localhost:80/api"
399+
host = "https://neurostore.org/api"
400400
)
401401

402402
# The client must configure the authentication and authorization parameters
@@ -542,10 +542,10 @@ from neurostore_sdk.apis.tags import images_api
542542
from neurostore_sdk.model.image_return import ImageReturn
543543
from neurostore_sdk.model.image_request import ImageRequest
544544
from pprint import pprint
545-
# Defining the host is optional and defaults to http://localhost:80/api
545+
# Defining the host is optional and defaults to https://neurostore.org/api
546546
# See configuration.py for a list of all supported configuration parameters.
547547
configuration = neurostore_sdk.Configuration(
548-
host = "http://localhost:80/api"
548+
host = "https://neurostore.org/api"
549549
)
550550

551551
# The client must configure the authentication and authorization parameters

docs/apis/tags/PointsApi.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<a name="__pageTop"></a>
22
# neurostore_sdk.apis.tags.points_api.PointsApi
33

4-
All URIs are relative to *http://localhost:80/api*
4+
All URIs are relative to *https://neurostore.org/api*
55

66
Method | HTTP request | Description
77
------------- | ------------- | -------------
@@ -26,10 +26,10 @@ import neurostore_sdk
2626
from neurostore_sdk.apis.tags import points_api
2727
from neurostore_sdk.model.point_list import PointList
2828
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
3030
# See configuration.py for a list of all supported configuration parameters.
3131
configuration = neurostore_sdk.Configuration(
32-
host = "http://localhost:80/api"
32+
host = "https://neurostore.org/api"
3333
)
3434

3535
# Enter a context with an instance of the API client
@@ -89,10 +89,10 @@ delete a point
8989
import neurostore_sdk
9090
from neurostore_sdk.apis.tags import points_api
9191
from pprint import pprint
92-
# Defining the host is optional and defaults to http://localhost:80/api
92+
# Defining the host is optional and defaults to https://neurostore.org/api
9393
# See configuration.py for a list of all supported configuration parameters.
9494
configuration = neurostore_sdk.Configuration(
95-
host = "http://localhost:80/api"
95+
host = "https://neurostore.org/api"
9696
)
9797

9898
# The client must configure the authentication and authorization parameters
@@ -179,10 +179,10 @@ import neurostore_sdk
179179
from neurostore_sdk.apis.tags import points_api
180180
from neurostore_sdk.model.point_return import PointReturn
181181
from pprint import pprint
182-
# Defining the host is optional and defaults to http://localhost:80/api
182+
# Defining the host is optional and defaults to https://neurostore.org/api
183183
# See configuration.py for a list of all supported configuration parameters.
184184
configuration = neurostore_sdk.Configuration(
185-
host = "http://localhost:80/api"
185+
host = "https://neurostore.org/api"
186186
)
187187

188188
# Enter a context with an instance of the API client
@@ -278,10 +278,10 @@ from neurostore_sdk.apis.tags import points_api
278278
from neurostore_sdk.model.point_return import PointReturn
279279
from neurostore_sdk.model.point_request import PointRequest
280280
from pprint import pprint
281-
# Defining the host is optional and defaults to http://localhost:80/api
281+
# Defining the host is optional and defaults to https://neurostore.org/api
282282
# See configuration.py for a list of all supported configuration parameters.
283283
configuration = neurostore_sdk.Configuration(
284-
host = "http://localhost:80/api"
284+
host = "https://neurostore.org/api"
285285
)
286286

287287
# The client must configure the authentication and authorization parameters
@@ -427,10 +427,10 @@ from neurostore_sdk.apis.tags import points_api
427427
from neurostore_sdk.model.point_return import PointReturn
428428
from neurostore_sdk.model.point_request import PointRequest
429429
from pprint import pprint
430-
# Defining the host is optional and defaults to http://localhost:80/api
430+
# Defining the host is optional and defaults to https://neurostore.org/api
431431
# See configuration.py for a list of all supported configuration parameters.
432432
configuration = neurostore_sdk.Configuration(
433-
host = "http://localhost:80/api"
433+
host = "https://neurostore.org/api"
434434
)
435435

436436
# The client must configure the authentication and authorization parameters

0 commit comments

Comments
 (0)