This repository has been archived on 2025-05-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
synchronizator-go/examples/mock_data/Readwise/Highlights export.bru
aleidk 8f424d45f7 fix: update readwise example to work without duplicating nodes
this is a workaround to the fact that readwise use cursor pagination
instead of offset pagination, proper handling will be added later
2024-12-02 09:34:12 -03:00

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
}