mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 09:20:51 +00:00
Merge pull request #195 from overleaf/sk-add-curl-to-readme
In example request, show example using curl
This commit is contained in:
commit
820f4571c5
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue