Add PowerShell example to Readme.
Now that PowerShell is cross platform it is my go to shell. Thought I would add an example to the readme.
This commit is contained in:
parent
07ddcead5e
commit
4010293efa
@ -84,6 +84,12 @@ included below as reference.
|
||||
curl localhost:8765 -X POST -d '{"action": "deckNames", "version": 6}'
|
||||
```
|
||||
|
||||
#### Powershell
|
||||
|
||||
```powershell
|
||||
(Invoke-RestMethod -Uri http://localhost:8765 -Method Post -Body '{"action": "deckNames", "version": 6}').result
|
||||
```
|
||||
|
||||
#### Python
|
||||
|
||||
```python
|
||||
|
Loading…
Reference in New Issue
Block a user