mirror of
https://github.com/aljazceru/payments-rest-api.git
synced 2025-12-21 07:24:23 +01:00
example_client cleanup
This commit is contained in:
@@ -187,8 +187,8 @@ class BreezClient:
|
|||||||
# Example usage
|
# Example usage
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Configuration
|
# Configuration
|
||||||
API_URL = "http://localhost:8000" # Change to your deployed API URL
|
API_URL = "<url-to-your-api>" # Change to your deployed API URL
|
||||||
API_KEY = "kurac" # Set your API key here
|
API_KEY = "<api-key-you-set>" # Set your API key here
|
||||||
|
|
||||||
# Initialize client
|
# Initialize client
|
||||||
breez = BreezClient(api_url=API_URL, api_key=API_KEY)
|
breez = BreezClient(api_url=API_URL, api_key=API_KEY)
|
||||||
|
|||||||
Reference in New Issue
Block a user