studyfetch-sdk 0.1.0a9__py3-none-any.whl → 0.1.0a10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
studyfetch_sdk/_client.py CHANGED
@@ -88,7 +88,7 @@ class StudyfetchSDK(SyncAPIClient):
88
88
  if base_url is None:
89
89
  base_url = os.environ.get("STUDYFETCH_SDK_BASE_URL")
90
90
  if base_url is None:
91
- base_url = f"https://api.example.com"
91
+ base_url = f"https://studyfetchapi.com"
92
92
 
93
93
  super().__init__(
94
94
  version=__version__,
@@ -256,7 +256,7 @@ class AsyncStudyfetchSDK(AsyncAPIClient):
256
256
  if base_url is None:
257
257
  base_url = os.environ.get("STUDYFETCH_SDK_BASE_URL")
258
258
  if base_url is None:
259
- base_url = f"https://api.example.com"
259
+ base_url = f"https://studyfetchapi.com"
260
260
 
261
261
  super().__init__(
262
262
  version=__version__,
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "studyfetch_sdk"
4
- __version__ = "0.1.0-alpha.9" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.10" # x-release-please-version
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: studyfetch_sdk
3
- Version: 0.1.0a9
3
+ Version: 0.1.0a10
4
4
  Summary: The official Python library for the studyfetch-sdk API
5
5
  Project-URL: Homepage, https://github.com/GoStudyFetchGo/studyfetch-sdk-python
6
6
  Project-URL: Repository, https://github.com/GoStudyFetchGo/studyfetch-sdk-python
7
- Author: Studyfetch SDK
7
+ Author-email: Studyfetch SDK <support@studyfetch.com>
8
8
  License: Apache-2.0
9
9
  Classifier: Intended Audience :: Developers
10
10
  Classifier: License :: OSI Approved :: Apache Software License
@@ -46,7 +46,7 @@ It is generated with [Stainless](https://www.stainless.com/).
46
46
 
47
47
  ## Documentation
48
48
 
49
- The full API of this library can be found in [api.md](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/tree/main/api.md).
49
+ The REST API documentation can be found on [studyfetch.com](https://studyfetch.com/docs). The full API of this library can be found in [api.md](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/tree/main/api.md).
50
50
 
51
51
  ## Installation
52
52
 
@@ -1,6 +1,6 @@
1
1
  studyfetch_sdk/__init__.py,sha256=RDyNe4WTXHp7ELTihsfx-JAW6kY4v_inAdPWMACRXUU,2685
2
2
  studyfetch_sdk/_base_client.py,sha256=_ErYxBDM7URgEvuFcse8LJMKz0x_XK1Ni55WzZgrz_I,66930
3
- studyfetch_sdk/_client.py,sha256=WNCH0GxPelZPmS2JOkieotnrVkXHAYZirHd293PYpOc,15044
3
+ studyfetch_sdk/_client.py,sha256=LdmGGYJBA4OMpyjaL7xSj9S2ZzNVlpS_zeLaa24Dh0Y,15048
4
4
  studyfetch_sdk/_compat.py,sha256=VWemUKbj6DDkQ-O4baSpHVLJafotzeXmCQGJugfVTIw,6580
5
5
  studyfetch_sdk/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
6
  studyfetch_sdk/_exceptions.py,sha256=19gq_huoBWNcc8dc3YLQHCjkkmixKafZmW2GqVGlmCs,3234
@@ -11,7 +11,7 @@ studyfetch_sdk/_resource.py,sha256=y0aoAqMIYwTAwStuxbpO8XpTPnrSNQQ_ZcgiH5xcntg,1
11
11
  studyfetch_sdk/_response.py,sha256=6ph8tSkqF5pNbTo_2Zhizhq2O-Eb67TcksHwyg3aXdc,28864
12
12
  studyfetch_sdk/_streaming.py,sha256=HZoENuPVzWhBn24eH3lnMCvRbWN0EPwvhWYfdlJfw0A,10128
13
13
  studyfetch_sdk/_types.py,sha256=6nvqHGarRGuhs_FL8tJ8sGXXD8XWajNynT2K78GxRUI,6205
14
- studyfetch_sdk/_version.py,sha256=gYtB4zbL7OSNvCpmdlxwjVsu3fUItiERkp1M6mm93VI,174
14
+ studyfetch_sdk/_version.py,sha256=2RMmEarsUmjhmJ2q-V2DRZhuNbc2P2-fxWoUuZRsrbE,175
15
15
  studyfetch_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  studyfetch_sdk/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
17
17
  studyfetch_sdk/_utils/_logs.py,sha256=EoZgOiIkpf2WB_0Ts0Ti7G3o_25v7IsPf_q-yEU6sbY,798
@@ -116,7 +116,7 @@ studyfetch_sdk/types/v1/scenarios/component_update_params.py,sha256=_Rs0wRJtrLMK
116
116
  studyfetch_sdk/types/v1/scenarios/submissions/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
117
117
  studyfetch_sdk/types/v1/tests/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
118
118
  studyfetch_sdk/types/v1/upload/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
119
- studyfetch_sdk-0.1.0a9.dist-info/METADATA,sha256=O7nFCm7coUQ7_nXLfIfFmJJZZw5oHDfzAyZspubJDu8,15869
120
- studyfetch_sdk-0.1.0a9.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
121
- studyfetch_sdk-0.1.0a9.dist-info/licenses/LICENSE,sha256=CsdbJMegH_AAWljUmVcwW0Cj_GyIm1hjw6qPqPnmdn4,11344
122
- studyfetch_sdk-0.1.0a9.dist-info/RECORD,,
119
+ studyfetch_sdk-0.1.0a10.dist-info/METADATA,sha256=NfCS9XEMpju7-5DA1qFNo9MudtCCPPiTr8aGMBlXq34,15991
120
+ studyfetch_sdk-0.1.0a10.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
121
+ studyfetch_sdk-0.1.0a10.dist-info/licenses/LICENSE,sha256=CsdbJMegH_AAWljUmVcwW0Cj_GyIm1hjw6qPqPnmdn4,11344
122
+ studyfetch_sdk-0.1.0a10.dist-info/RECORD,,