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
9 lines
No EOL
108 B
Text
9 lines
No EOL
108 B
Text
auth {
|
|
mode: apikey
|
|
}
|
|
|
|
auth:apikey {
|
|
key: Authorization
|
|
value: Token {{API_KEY}}
|
|
placement: header
|
|
} |