No description
Find a file
dependabot[bot] 877ca701e0
build(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 05:09:29 +00:00
.github update(style): copy button and list rendering 2024-05-09 22:18:12 -05:00
docs build(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs 2025-12-06 05:09:29 +00:00
src update(feat): icons feedback 2025-10-24 19:58:52 -05:00
.editorconfig Initial commit 2023-05-02 20:57:48 -05:00
.eslintignore Initial commit 2023-05-02 20:57:48 -05:00
.eslintrc Initial commit 2023-05-02 20:57:48 -05:00
.gitignore update(feat): added hidden flag 2025-09-21 17:12:17 -05:00
.npmrc Initial commit 2023-05-02 20:57:48 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-04-26 12:31:24 -05:00
esbuild.config.mjs update(style): copy button and list rendering 2024-05-09 22:18:12 -05:00
LICENSE v0.0.1 2023-05-02 21:55:17 -05:00
manifest.json update(feat): icons feedback 2025-10-24 19:58:52 -05:00
package-lock.json update(feat): icons feedback 2025-10-24 19:58:52 -05:00
package.json update(feat): icons feedback 2025-10-24 19:58:52 -05:00
README.es.md BREAKING CHANGE: complete rebuild of plugin(02182025) 2025-02-20 14:38:19 -05:00
README.md update(feat): added hidden flag 2025-09-21 17:12:17 -05:00
README.zh.md BREAKING CHANGE: complete rebuild of plugin(02182025) 2025-02-20 14:38:19 -05:00
styles.css Merge branch 'master' into v2 2025-02-20 15:41:27 -05:00
TODOS-v2.md BREAKING CHANGE: complete rebuild of plugin(02182025) 2025-02-20 14:38:19 -05:00
tsconfig.json Initial commit 2023-05-02 20:57:48 -05:00
version-bump.mjs Initial commit 2023-05-02 20:57:48 -05:00
versions.json Initial commit 2023-05-02 20:57:48 -05:00

APIR - APIRequest

Docs site Obsidian plugin release GitHub release (latest SemVer) GitHub Release

Español 中文

This Obsidian plugin enables users to make API requests directly within their notes and display the response in a code-block.

🚀 Installation

The plugin can be installed from within Obsidian.

Obsidian Community Plugin Browser

  • Go to Settings -> Community plugins
  • Make sure Restricted mode is off
  • Click Browse
  • Search for APIRequest
  • Click Install and then Enable

🛠️ Usage

Read documentation here

To-do

Check all changes on TODOS-v2.md

  • Translate (& update) documentation
  • Data re-usage ({{ls.UUID>JSONPath}} syntax, where ls stands for localStorage)
  • Support for comments using # or // syntax
  • Inline query from response (using Dataview)
  • Add tests (!!!)
  • Re-implement repeat flag (repeat requests X times or every X seconds)

❤️ Sponsors

✍️ Feedback and Contributions

If you encounter any issues or have feedback on the plugin, feel free to open an issue on the GitHub repository.

Contributions are also welcome!