No description
Find a file
2025-01-19 11:12:59 +08:00
.github update(style): copy button and list rendering 2024-05-09 22:18:12 -05:00
docs update(docs): add Chinese translate 2025-01-19 11:12:59 +08:00
src feat: get keys using show flag (#36) 2024-10-20 10:23:42 -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(ref): improving readability(1) 2024-05-20 03:11:07 -05:00
.npmrc Initial commit 2023-05-02 20:57:48 -05:00
apir.gif update: fix empty name and add gif to readme 2023-08-21 23:09:58 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2024-04-26 12:31:24 -05:00
config_img.png New features (added methods & custom output) 2023-05-24 00:08:28 -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(style): added cssfile 2024-12-14 14:27:35 -05:00
package-lock.json fix(style): added cssfile 2024-12-14 14:27:35 -05:00
package.json fix(style): added cssfile 2024-12-14 14:27:35 -05:00
README.es.md update(feat)[#27]: '{{this.file.name}}' and other functions with flag 'show' 2024-06-18 13:20:58 -05:00
README.md fix(#30): error when parsing response with commas 2024-07-08 12:28:21 -05:00
README.zh.md update(docs): readme translation 2024-06-14 03:06:16 -05:00
showcase_1.gif update(feat): save response to file 2024-06-05 15:58:27 -05:00
showcase_2.gif update(feat): save response to file 2024-06-05 15:58:27 -05:00
styles.css fix: re implementation of res-type (#27) 2024-06-20 10:51:41 -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

Spanish 中文

This Obsidian plugin enables users to make HTTP requests directly within their notes and display the response in a code-block, modal window, or paste it into their active document.

req_img

🚀 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 the docs

showcase

To-do

  • Add more request types (POST, PUT, DELETE)
  • Add support for authentication
  • Add customization for modal output
  • Save response to a file
  • Remove one by one from localStorage
  • Translate documentation
  • Add render flag to code-blocks
  • Inline query from response
  • Predefined requests
  • GUI for code-blocks

❤️ 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!