~foosoft/anki-connect

b65ff66a3751f54e21b4bccfbf38806f6cddd54e — David Shepherd 7 years ago 67bc568
Add a simple curl example
1 files changed, 6 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +6 -0
@@ 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.

Do not follow this link