llumo 0.2.7__tar.gz → 0.2.9__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: llumo
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
@@ -40,7 +40,8 @@ class LlumoClient:
40
40
 
41
41
  try:
42
42
  response = requests.post(url=validateUrl, json=reqBody, headers=headers)
43
-
43
+
44
+ print("Response: ",response.json())
44
45
  try:
45
46
  response_preview = response.text[:500] # First 500 chars
46
47
  # print(f"Response preview: {response_preview}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llumo
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Python SDK for interacting with the Llumo ai API.
5
5
  Home-page: https://www.llumo.ai/
6
6
  Author: Llumo
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes