polyapi-python 0.3.1.dev6__py3-none-any.whl → 0.3.1.dev7__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.
polyapi/sync.py CHANGED
@@ -27,7 +27,7 @@ def group_by(items: List[Dict], key: str) -> Dict[str, List[Dict]]:
27
27
  return grouped
28
28
 
29
29
  def remove_deployable_function(deployable: SyncDeployment) -> bool:
30
- url = f'{deployable["instance"]}/functions/{deployable["type"].replace("-function", "")}/{deployable['id']}'
30
+ url = f'{deployable["instance"]}/functions/{deployable["type"].replace("-function", "")}/{deployable["id"]}'
31
31
  response = requests.get(url)
32
32
  if response.status_code != 200:
33
33
  return False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyapi-python
3
- Version: 0.3.1.dev6
3
+ Version: 0.3.1.dev7
4
4
  Summary: The Python Client for PolyAPI, the IPaaS by Developers for Developers
5
5
  Author-email: Dan Fellin <dan@polyapi.io>
6
6
  License: MIT License
@@ -18,13 +18,13 @@ polyapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  polyapi/rendered_spec.py,sha256=uaNzBhP4cX7iGfKwzZv0dxMagWzsGeDr0cQYx_AyIhQ,2153
19
19
  polyapi/schema.py,sha256=VVMHAT5yU47cRC7xF44BrmUSemlk5oIKSxH2HTVPaQ8,3169
20
20
  polyapi/server.py,sha256=NzQCZFSAJK7XiRw1kiU_i9uMvgYK7i8qh7UX2xjytJU,1908
21
- polyapi/sync.py,sha256=LSSpVpCN41AqCk5i08RAr6HVoimf-t0L9f451WdIiTA,5879
21
+ polyapi/sync.py,sha256=mH5MJORnCOZfsRktfluu-AuUd7vMUj4za2DPkX1DCHY,5879
22
22
  polyapi/typedefs.py,sha256=jmKprGFQSxmJXvwV53p-MFMcStmTp-tsgsynWjoVmU0,1986
23
23
  polyapi/utils.py,sha256=jzCh-ivKMcgp5fIXynhYmP9UyzsISr9bGGEzdPP8n3w,7644
24
24
  polyapi/variables.py,sha256=d36-trnfTL_8m2NkorMiImb4O3UrJbiFV38CHxV5i0A,4200
25
25
  polyapi/webhook.py,sha256=LWv28c2MLz_OKBI_Nn7WR4C-gs1SWgbdXsoxIIf-9UI,4886
26
- polyapi_python-0.3.1.dev6.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
27
- polyapi_python-0.3.1.dev6.dist-info/METADATA,sha256=11a__aaaOPkQEe9K4sp_P-b8d2D2R5zbCJY0gCujRc0,5326
28
- polyapi_python-0.3.1.dev6.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
29
- polyapi_python-0.3.1.dev6.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
30
- polyapi_python-0.3.1.dev6.dist-info/RECORD,,
26
+ polyapi_python-0.3.1.dev7.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
27
+ polyapi_python-0.3.1.dev7.dist-info/METADATA,sha256=06tVm37czXvuRSjbHPBiiFGDiE2OEpV6hkP1kahYkSU,5326
28
+ polyapi_python-0.3.1.dev7.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
29
+ polyapi_python-0.3.1.dev7.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
30
+ polyapi_python-0.3.1.dev7.dist-info/RECORD,,