mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Update website
This commit is contained in:
@@ -25,6 +25,8 @@ This would be an example of valid cURL call using a token:
|
||||
|
||||
In the documentation below, the token will not be specified every time however you will need to include it.
|
||||
|
||||
If needed you may also [request the token programmatically](https://github.com/laurent22/joplin/blob/dev/readme/spec/clipper_auth.md)
|
||||
|
||||
# Using the API
|
||||
|
||||
All the calls, unless noted otherwise, receives and send **JSON data**. For example to create a new note:
|
||||
@@ -55,6 +57,7 @@ To get the IDs only of all the tags:
|
||||
curl http://localhost:41184/tags?fields=id
|
||||
|
||||
By default API results will contain the following fields: **id**, **parent_id**, **title**
|
||||
|
||||
# Pagination
|
||||
|
||||
All API calls that return multiple results will be paginated and will return the following structure:
|
||||
|
||||
Reference in New Issue
Block a user