lynkora-sdk-python 0.2.0__tar.gz → 0.2.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lynkora-sdk-python
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: SDK Python para integração com a API de Actions/Subscribers do Lynkora Admin Service.
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://docs.lynkora.dev/docs/para-desenvolvedores/sdks
@@ -38,7 +38,7 @@ from lynkora_sdk import LynkoraClient
38
38
 
39
39
  lynkora = LynkoraClient(
40
40
  api_key=os.environ["LYNKORA_API_KEY"],
41
- base_url="https://api.lynkora.dev",
41
+ # base_url é opcional — default "https://api.lynkora.dev"
42
42
  )
43
43
 
44
44
  result = lynkora.consume_action(
@@ -20,7 +20,7 @@ from lynkora_sdk import LynkoraClient
20
20
 
21
21
  lynkora = LynkoraClient(
22
22
  api_key=os.environ["LYNKORA_API_KEY"],
23
- base_url="https://api.lynkora.dev",
23
+ # base_url é opcional — default "https://api.lynkora.dev"
24
24
  )
25
25
 
26
26
  result = lynkora.consume_action(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lynkora-sdk-python
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: SDK Python para integração com a API de Actions/Subscribers do Lynkora Admin Service.
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://docs.lynkora.dev/docs/para-desenvolvedores/sdks
@@ -38,7 +38,7 @@ from lynkora_sdk import LynkoraClient
38
38
 
39
39
  lynkora = LynkoraClient(
40
40
  api_key=os.environ["LYNKORA_API_KEY"],
41
- base_url="https://api.lynkora.dev",
41
+ # base_url é opcional — default "https://api.lynkora.dev"
42
42
  )
43
43
 
44
44
  result = lynkora.consume_action(
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lynkora-sdk-python"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "SDK Python para integração com a API de Actions/Subscribers do Lynkora Admin Service."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"