feat: add basic readwise example

This commit is contained in:
Alexander Navarro 2024-12-01 14:48:11 -03:00
parent f58db2ecaa
commit 92c9814e2a
10 changed files with 273 additions and 248 deletions

View 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
}

View file

@ -0,0 +1,9 @@
{
"version": "1",
"name": "Readwise",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View file

@ -0,0 +1,3 @@
vars:secret [
API-KEY
]