generated from alecodes/base-template
feat: add basic readwise example
This commit is contained in:
parent
f58db2ecaa
commit
92c9814e2a
10 changed files with 273 additions and 248 deletions
11
examples/mock_data/Readwise/Document List.bru
Normal file
11
examples/mock_data/Readwise/Document List.bru
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: Document List
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://readwise.io/api/v3/list/
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
Reference in a new issue