Using the built-in method I kept running into errors:
"Invalid signature. Expected signature base string"
I updated the call to:
async function getText(bookmarkId) {
await client.request('/bookmarks/get_text', { bookmark_id: `${bookmark_id}` }, '1.1')
}
Using the built-in method I kept running into errors:
"Invalid signature. Expected signature base string"I updated the call to: