mirror of
https://github.com/aljazceru/payments-rest-api.git
synced 2025-12-20 15:04:23 +01:00
Update README.md
This commit is contained in:
@@ -121,11 +121,14 @@ You can use `example-client.py`file from this to test the functionality. Take Ba
|
|||||||
API_URL = "YOUR-URL-HERE"
|
API_URL = "YOUR-URL-HERE"
|
||||||
API_KEY = "YOUR-SECRET-HERE"
|
API_KEY = "YOUR-SECRET-HERE"
|
||||||
```
|
```
|
||||||
For example-client to work you need to have python installed together with requests library
|
For example-client to work you need to have python installed together with requests library:
|
||||||
```
|
```
|
||||||
pip install requests
|
pip install requests
|
||||||
```
|
```
|
||||||
|
Then run:
|
||||||
|
```
|
||||||
|
python example-client.py
|
||||||
|
```
|
||||||
#### curl
|
#### curl
|
||||||
If you don't have python installed you can also just run a curl command (should work on macos/linux).
|
If you don't have python installed you can also just run a curl command (should work on macos/linux).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user