meeech / nirv

NirvanaHQ Gem - Command Line Tool + API lib
MIT License
23 stars 3 forks source link

Does this still work? I really would like to use it, or pick up the dev myself! #6

Open joethemonk opened 1 year ago

thomasn commented 1 year ago

Last I checked, over a year ago ago, I saw the auth needed attention, emailed support and got a reply saying this API wasn't an officially supported integration but should still work. Not tested it further yet. I was testing with curl:

curl -sX POST 'https://api.nirvanahq.com/?api=rest' -d "method=auth.new&u=USERNAME&p=MD5_OF_PASSWORD"

but got auth failures. Would love to get this working - currently the only way I can integrate (in my case with with Obsidian.md) is by export to JSON/XML - not great.

If the auth can be fixed this would probably be viable still. The support email mentioned they had some heuristics to block potential attacks, I was looking at debugging the network traffic used by the webapp. If you have get anywhere with it please do post here! Happy hacking, T

kjkunkle commented 3 months ago

any progress on this ?