这个Obsidian插件能让用户直接在笔记中进行 HTTP 请求,并在代码块、模式窗口中显示响应,或直接将其粘贴到活动文档中。
The plugin can be installed from within Obsidian.
- Go to
Settings
->Community plugins
- Make sure
Restricted mode
is off - Click
Browse
- Search for
APIRequest
- Click
Install
and thenEnable
- Add more request types (POST, PUT, DELETE)
- Add support for authentication
- Add customization for modal output
- Save response to a file
- Inline query from response
- Predefined requests
- GUI for code-blocks
- Remove one by one from localStorage
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!