No description
Find a file
2024-07-04 22:59:58 -05:00
.github update(style): copy button and list rendering 2024-05-09 22:18:12 -05:00
docs feat(#30): display response as a table 2024-07-03 12:44:33 -05:00
src feat(#24): codeblock counter in status bar 2024-07-04 22:59:58 -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 feat(#24): codeblock counter in status bar 2024-07-04 22:59:58 -05:00
package-lock.json feat(#24): codeblock counter in status bar 2024-07-04 22:59:58 -05:00
package.json feat(#24): codeblock counter in status bar 2024-07-04 22:59:58 -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 update(feat)[#27]: '{{this.file.name}}' and other functions with flag 'show' 2024-06-18 13:20:58 -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
  • Inline query from response
  • Predefined requests
  • GUI for code-blocks
  • Add render flag to 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!