Skip to content

Commit

Permalink
21531c4fa3ac4496f1ed895190564da4e0ca33a1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2024
1 parent 243ba8a commit 737be47
Show file tree
Hide file tree
Showing 27 changed files with 4,895 additions and 692 deletions.
11 changes: 9 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docs/AnnotationUpdateAllOf.md
docs/AnnotationsApi.md
docs/ComposeApi.md
docs/Corrector.md
docs/DefaultApi.md
docs/DeleteApi.md
docs/Estimator.md
docs/GetApi.md
docs/MetaAnalysesApi.md
Expand All @@ -26,6 +26,7 @@ docs/MetaAnalysisReturn.md
docs/MetaAnalysisSpecification.md
docs/MetaAnalysisStudyset.md
docs/NeurostoreAnalysis.md
docs/NeurostoreStudiesApi.md
docs/NeurostoreStudy.md
docs/NeurostoreStudyList.md
docs/NeurostoreStudyReturn.md
Expand Down Expand Up @@ -63,6 +64,7 @@ docs/StudysetReference.md
docs/StudysetReferenceList.md
docs/StudysetReferenceReturn.md
docs/StudysetReferenceSnapshotsInner.md
docs/StudysetReferencesApi.md
docs/StudysetReturn.md
docs/StudysetsApi.md
docs/User.md
Expand All @@ -74,14 +76,16 @@ neurosynth_compose_sdk/__init__.py
neurosynth_compose_sdk/api/__init__.py
neurosynth_compose_sdk/api/annotations_api.py
neurosynth_compose_sdk/api/compose_api.py
neurosynth_compose_sdk/api/default_api.py
neurosynth_compose_sdk/api/delete_api.py
neurosynth_compose_sdk/api/get_api.py
neurosynth_compose_sdk/api/meta_analyses_api.py
neurosynth_compose_sdk/api/neurostore_studies_api.py
neurosynth_compose_sdk/api/neurovault_api.py
neurosynth_compose_sdk/api/post_api.py
neurosynth_compose_sdk/api/projects_api.py
neurosynth_compose_sdk/api/put_api.py
neurosynth_compose_sdk/api/specifications_api.py
neurosynth_compose_sdk/api/studyset_references_api.py
neurosynth_compose_sdk/api/studysets_api.py
neurosynth_compose_sdk/api/users_api.py
neurosynth_compose_sdk/api_client.py
Expand Down Expand Up @@ -150,4 +154,7 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_delete_api.py
test/test_neurostore_studies_api.py
test/test_studyset_references_api.py
tox.ini
44 changes: 28 additions & 16 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 737be47

Please sign in to comment.