No description
Find a file
Ronald Cantillo 445c6d7664
Merge pull request #48 from Rooyca/dependabot/npm_and_yarn/esbuild-0.25.0
build(deps-dev): bump esbuild from 0.17.3 to 0.25.0
2025-02-11 10:39:52 -05:00
.github update(style): copy button and list rendering 2024-05-09 22:18:12 -05:00
docs update(feat)[#46]: copying response from Modal 2025-01-30 10:57:01 -05:00
src update(feat)[#46]: copying response from Modal 2025-01-30 10:57:01 -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 update(feat)[#46]: copying response from Modal 2025-01-30 10:57:01 -05:00
package-lock.json build(deps-dev): bump esbuild from 0.17.3 to 0.25.0 2025-02-11 04:44:57 +00:00
package.json build(deps-dev): bump esbuild from 0.17.3 to 0.25.0 2025-02-11 04:44:57 +00: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 update(feat)[#46]: copying response from Modal 2025-01-30 10:57:01 -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!