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
15 lines
198 B
Text
15 lines
198 B
Text
meta {
|
|
name: Highlights export
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: https://readwise.io/api/v3/list/?withHtmlContent=true
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
withHtmlContent: true
|
|
}
|