obsidian-api-request icon indicating copy to clipboard operation
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.

Results 15 obsidian-api-request issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

bug

**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...

enhancement

**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...

enhancement

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...

enhancement
help wanted

**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...

Hi! It would be great to be able to chain two requests in order for the first one to obtain a JWT token that can be used in the second...

enhancement
help wanted

Hi @Rooyca, Fantastic work here. I use it all the time…. Is there an alternative to render in 2.0? If I have a response that is formatted html how should...

Now that 2.0 doesn't have maketable any more, is there a way to output an array of items (preferably in a table, or at least just output them at all)?