Rooyca / obsidian-api-request

Obsidian plugin that allows you to make requests to API's and receive responses in codeblocks or store them in localStorage.
https://rooyca.github.io/obsidian-api-request/
MIT License
78 stars 4 forks source link

Authentication #5

Closed nitrinity closed 4 months ago

nitrinity commented 4 months ago

Hi, please add authentication Basic and/or bearer.

Thank you!

Rooyca commented 4 months ago

I have already done it. You can test it using (req):

url: http://example.com
method: POST
header: {"Authorization": "Bearer <TOKEN>"}