mirror of
https://github.com/rooyca/obsidian-api-request.git
synced 2026-07-22 07:50:27 +00:00
update(docs): add doc badge
This commit is contained in:
parent
905f187948
commit
7169ae1945
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
|
@ -1,16 +1,18 @@
|
|||
# APIR - API Request
|
||||
|
||||
Obsidian plugin that allows you to make requests to API's and receive responses in code-blocks or store them in `localStorage`.
|
||||
|
||||
[](https://github.com/rooyca/obsidian-api-request/releases/latest)
|
||||
[](https://obsidian.md/plugins?id=api-request)
|
||||
[](https://rooyca.github.io/obsidian-api-request/)
|
||||
|
||||

|
||||
|
||||
Obsidian plugin that allows you to make requests to API's and receive responses in code-blocks or store them in `localStorage`.
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
> JSON, TEXT, HTML and MARKDOWN responses supported
|
||||
|
||||
[](https://github.com/rooyca/obsidian-api-request/releases/latest)
|
||||
[](https://obsidian.md/plugins?id=api-request)
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
The plugin can be installed from within Obsidian.
|
||||
|
|
@ -29,8 +31,7 @@ There are two ways to use the plugin:
|
|||
|
||||
### With Code-blocks
|
||||
|
||||
To use it, create a code-block with the language set to `req`. Inside the code-block, you can specify `url`, `method`, `body`, `headers`, `format`, etc. For more information check [documentation](https://rooyca.github.io/obsidian-api-request).
|
||||
|
||||
To use it, create a code-block with the language set to `req`. Inside the code-block, you can specify `url`, `method`, `body`, `headers`, `format`, etc.
|
||||
|
||||
```req
|
||||
url: https://api.chess.com/pub/player/hikaru/stats
|
||||
|
|
@ -129,4 +130,4 @@ The plugin has a few settings that you can configure:
|
|||
|
||||
## Feedback and Contributions
|
||||
|
||||
If you encounter any issues or have feedback on the plugin, feel free to open an issue on the [GitHub repository](https://github.com/Rooyca/obsidian-api-request). Contributions are also welcome!
|
||||
If you encounter any issues or have feedback on the plugin, feel free to open an issue on the [GitHub repository](https://github.com/Rooyca/obsidian-api-request). Contributions are also welcome!
|
||||
|
|
|
|||
Loading…
Reference in a new issue