Merge pull request #343 from StevenTCramer/patch-1
Add PowerShell example to Readme.
This commit is contained in:
commit
55327b6ccf
@ -84,6 +84,12 @@ included below as reference.
|
|||||||
curl localhost:8765 -X POST -d '{"action": "deckNames", "version": 6}'
|
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
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
Reference in New Issue
Block a user