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
|
||||
}
|
||||
9
examples/mock_data/Readwise/bruno.json
Normal file
9
examples/mock_data/Readwise/bruno.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"version": "1",
|
||||
"name": "Readwise",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
]
|
||||
}
|
||||
3
examples/mock_data/Readwise/environments/Readwise.bru
Normal file
3
examples/mock_data/Readwise/environments/Readwise.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars:secret [
|
||||
API-KEY
|
||||
]
|
||||
Reference in a new issue