Add a simple curl example

This commit is contained in:
David Shepherd 2017-05-06 13:39:38 +01:00 committed by GitHub
parent 67bc56872f
commit b65ff66a37

View File

@ -74,6 +74,12 @@ ankiInvoke('version').then(response => {
});
```
Or using [`curl`](https://curl.haxx.se):
```
curl localhost:8765 -X POST -d '{"action": "version", "params": {}}'
```
### Supported Actions ###
The following actions are currently supported.