Update README.md

This commit is contained in:
Roy Sheinfeld
2025-02-22 17:03:53 +02:00
committed by GitHub
parent afd01c9636
commit 50dcb3e0b4

View File

@@ -115,7 +115,7 @@ root@2edec8635e65:/# aws cloudformation describe-stacks --stack-name breez-i
* If the deployment was successful, you should deactivate your API key now. * If the deployment was successful, you should deactivate your API key now.
### Example usage ### Example usage
#### Python #### Python
You can use `example-client.py`file from this to test the functionality. Take Base URL from the output of last command (example above) and API_SECRET and edit the `example-client.py` with correct values You can use `example-client.py`file from this to test the functionality. Take Base URL from the output of last command (see *ApiGatewayBaseURL* example above) and API_SECRET and edit the `example-client.py` with correct values
``` ```
API_URL = "YOUR-URL-HERE" API_URL = "YOUR-URL-HERE"