Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import json
|
|
| 4 |
|
| 5 |
# Digi-Key API details
|
| 6 |
API_URL = "https://api.digikey.com/products/v4/search/keyword"
|
| 7 |
-
ACCESS_TOKEN = "
|
| 8 |
CLIENT_ID = "K9d4a2AaGwQcoAvdNDZVYEOB3sqL4bMg" # Replace with your Digi-Key Client ID
|
| 9 |
|
| 10 |
# Function to make API requests to Digi-Key
|
|
|
|
| 4 |
|
| 5 |
# Digi-Key API details
|
| 6 |
API_URL = "https://api.digikey.com/products/v4/search/keyword"
|
| 7 |
+
ACCESS_TOKEN = "VHBw72Jp8I8fYvtkz9BmEe2MjQWK" # Replace with your valid access token
|
| 8 |
CLIENT_ID = "K9d4a2AaGwQcoAvdNDZVYEOB3sqL4bMg" # Replace with your Digi-Key Client ID
|
| 9 |
|
| 10 |
# Function to make API requests to Digi-Key
|