obsidian-api-request
obsidian-api-request copied to clipboard
Obsidian plugin that allows you to make requests to API's and receive responses in codeblocks or store them in localStorage.
**Describe the bug** It seems the extension is mixing up frontmatter variables/values. The following in Obsidian: ``` --- date: "2024-04-17" zip: "97401" banner: "![[obsidian/banners/2024-04-17.jpeg]]" tags: - daily-note --- # [[2024-04-16...
**Is your feature request related to a problem? Please describe.** When I get a response, I cannot parse it since it is in an array. I notice you can write...
I have a very simple request block that just renders some basic HTML: ``` url: https://mysite.com/page.php res-type: md render ``` This works fine on desktop Obsidian. In mobile, the blocks...
**Is your feature request related to a problem? Please describe.** Many API's are rate limited by tier or cost each time it is used. The plugin sends a request out...
**Is your feature request related to a problem? Please describe.** I want to utilize Shodan to document what it knows about certain assets there and would like to utilize dataview...
I think it would be a good idea to have a way to use APIR in templates. What is not clear to me is how to implement it. I have...
**Is your feature request related to a problem? Please describe.** As it stands the plugin allows to iterate through the response json if it contains an array. But if the...