We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de25428 commit ced4c79Copy full SHA for ced4c79
umu.openwinecomponents.org/README.md
@@ -41,7 +41,7 @@ Python query example:
41
import requests
42
43
# Define the base URL of the API endpoint
44
-base_url = https://umu.openwinecomponents.org/umu_api.php"
+base_url = "https://umu.openwinecomponents.org/umu_api.php"
45
46
# Define the parameters for the GET request
47
params = {"codename": "codename", "store": "store"}
@@ -54,5 +54,5 @@ data = response.json()
54
55
# Print the data
56
for item in data:
57
- print(f"Title: {item['title']}, ULGWL ID: {item['ulgwl_id']}")
+ print(f"Title: {item['title']}, UMU ID: {item['umu_id']}")
58
```
0 commit comments