No description
Find a file
dependabot[bot] 17ade7d2c2
build(deps): bump pymdown-extensions from 10.16.1 to 10.21.3 in /docs
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.16.1 to 10.21.3.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.16.1...10.21.3)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: 10.21.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 20:39:24 +00:00
.github update(style): copy button and list rendering 2024-05-09 22:18:12 -05:00
docs build(deps): bump pymdown-extensions from 10.16.1 to 10.21.3 in /docs 2026-05-19 20:39:24 +00:00
src fix(sec): move to sanitize-html 2026-04-01 12:56:05 -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
CONTRIBUTING.md update(doc): added spanish & chinese 2026-03-31 03:42:07 -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 fix(sec): move to sanitize-html 2026-04-01 12:56:05 -05:00
package-lock.json build(deps): bump postcss from 8.5.8 to 8.5.14 2026-05-12 21:36:18 +00:00
package.json build(deps): bump sanitize-html from 2.17.2 to 2.17.3 2026-04-16 21:09:51 +00:00
README.es.md ref(docs): simpler readmes 2026-04-07 03:41:56 -05:00
README.md ref(docs): simpler readmes 2026-04-07 03:41:56 -05:00
README.zh.md ref(docs): simpler readmes 2026-04-07 03:41:56 -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 fix(sec): move to sanitize-html 2026-04-01 12:56:05 -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.

🔒 Security

  • Input validation for URLs, paths, and user data
  • Protection against directory traversal attacks
  • Safe JSONPath expression evaluation
  • XSS prevention

🛠️ Usage

Read documentation here

🚀 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

❤️ Sponsors

🤝 Contributing

Contributions are welcome! Please read our Contributing Guidelines before submitting a pull request.