generated from alecodes/base-template
this is a workaround to the fact that readwise use cursor pagination instead of offset pagination, proper handling will be added later
11 lines
131 B
Text
11 lines
131 B
Text
meta {
|
|
name: Document List
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: https://readwise.io/api/v3/list/
|
|
body: none
|
|
auth: inherit
|
|
}
|