coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
644 stars 59 forks source link

is there a client sdk for this plugin api? #85

Closed rowthan closed 10 months ago

rowthan commented 10 months ago

Has this project provided a NPM package for developer to call these local rest api ?

such as :

sdk.rest.search().then((res)=>{
 // get the result
})