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/collection.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

9 lines
No EOL
108 B
Text

auth {
mode: apikey
}
auth:apikey {
key: Authorization
value: Token {{API_KEY}}
placement: header
}