mirror of
https://github.com/qf3l3k/obsidian-data-fetcher.git
synced 2026-07-22 05:43:10 +00:00
README updated, version bump to 1.0.2
This commit is contained in:
parent
0ccc624cbd
commit
649178ddf3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Obsidian Data Fetcher
|
||||
# Data Fetcher
|
||||
|
||||
A plugin for [Obsidian](https://obsidian.md) that allows users to fetch data from multiple sources (REST APIs, GraphQL, gRPC, RPC) and insert the results into notes.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-api-fetcher",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Fetch data from multiple sources (REST APIs, RPC, gRPC, GraphQL) and insert results into notes",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue