Yes, tiddlywiki can connect to a REST api. It requires a javascript plugin but it is possible. The plugin would have to do two parts, one is make the GET or POST requests and then it would have to interpret the response in a usable way.
The TWederBob plugin does this specifically for the api exposed by Bob servers, but it could be used as a template for connecting to other things. The relevant part is here: https://github.com/OokTech/TW5-TWederBob/blob/master/action-interServerMessage.js If the api isn't too complex and you know a bit of javascript modifying that to fit he AnkiConnect api could be straight forward. I am not sure if it is or not but perhaps we will be lucky. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b0d8145e-0c94-47b3-a45b-cca9b6a1e044%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

