destiny_sdk 0.2.0__py3-none-any.whl → 0.2.0.post0__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.
destiny_sdk/client.py CHANGED
@@ -69,7 +69,7 @@ class Client:
69
69
  :type auth_method: str
70
70
  """
71
71
  self.session = httpx.Client(
72
- base_url=str(base_url).removesuffix("/v1/").removesuffix("/v1") + "/v1/",
72
+ base_url=str(base_url).removesuffix("/").removesuffix("/v1") + "/v1",
73
73
  headers={"Content-Type": "application/json"},
74
74
  auth=HMACSigningAuth(secret_key=secret_key, client_id=client_id),
75
75
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: destiny_sdk
3
- Version: 0.2.0
3
+ Version: 0.2.0.post0
4
4
  Summary: A software development kit (sdk) to support interaction with the DESTINY repository
5
5
  License: Apache 2.0
6
6
  Author: Adam Hamilton
@@ -1,6 +1,6 @@
1
1
  destiny_sdk/__init__.py,sha256=gmmrceJX84T4msk_GSm_OjTQvCpHFZRjnlUK5_7IODE,356
2
2
  destiny_sdk/auth.py,sha256=bY72ywZEcG_67YBd9PrwgWTXkCf58rhLvVEXrtXbWtA,6247
3
- destiny_sdk/client.py,sha256=fPcn6iUYZd2xFzwTv9uenWwhHpx3YLIXQ8XZGFEo3rI,3792
3
+ destiny_sdk/client.py,sha256=ADPJhVA0vGR-wSI7tRxyUKwgd7xSEVFLIY2pLB7d9sc,3788
4
4
  destiny_sdk/core.py,sha256=GgNc7EncHKyZ5ppIG2CATWN2JFPjtA7IYhF0FutqwGE,945
5
5
  destiny_sdk/enhancements.py,sha256=Sciu5YCyYbOXCdlmqVdL6Z-J9nDjByj_H_QW4sfveU4,11780
6
6
  destiny_sdk/identifiers.py,sha256=JHxu-wM3T8kKtAYuk5dMec35Ay73KxYP7gthbSvOhuI,3480
@@ -9,7 +9,7 @@ destiny_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  destiny_sdk/references.py,sha256=Dx-WKcv9gNJkKU9n52AYoEey7siTHR5_wBVBKSHND6Q,2321
10
10
  destiny_sdk/robots.py,sha256=CL8hRTyHhTp4PShLmCuX2Ck4UBScPkOF44ivT1XRbMs,12806
11
11
  destiny_sdk/visibility.py,sha256=nDLqnWuSZSk0vG3ynzDpHAvaALsbk8cuEZujTsqf6no,684
12
- destiny_sdk-0.2.0.dist-info/LICENSE,sha256=6QURU4gvvTjVZ5rfp5amZ6FtFvcpPhAGUjxF5WSZAHI,9138
13
- destiny_sdk-0.2.0.dist-info/METADATA,sha256=Ryn0y9KOyQyhoWXsAJ7_6VVLiNAC0lLrRAmcersDtkI,2568
14
- destiny_sdk-0.2.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
- destiny_sdk-0.2.0.dist-info/RECORD,,
12
+ destiny_sdk-0.2.0.post0.dist-info/LICENSE,sha256=6QURU4gvvTjVZ5rfp5amZ6FtFvcpPhAGUjxF5WSZAHI,9138
13
+ destiny_sdk-0.2.0.post0.dist-info/METADATA,sha256=QojdOGuyFqMdwPqgKS_fAwY_G70BJwSfJy2SscbJD3c,2574
14
+ destiny_sdk-0.2.0.post0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
15
+ destiny_sdk-0.2.0.post0.dist-info/RECORD,,