Merge pull request #195 from overleaf/sk-add-curl-to-readme

In example request, show example using curl
This commit is contained in:
Shane Kilkelly 2020-10-28 09:26:24 +00:00 committed by GitHub
commit 820f4571c5

View file

@ -89,6 +89,12 @@ The CLSI is based on a JSON API.
}
```
With `curl`, if you place the above json in a file called `data.json`, the request would look like this:
``` shell
$ curl -X POST -d @data.json localhost:3013/project/<id>/compile
```
You can specify any project-id in the URL, and the files and LaTeX environment will be persisted between requests.
URLs will be downloaded and cached until provided with a more recent modified date.