Skip to content

Scripting language addition: Web Service call?

Apologies if I overlooked a way to do this, I did search around. If I have overlooked something I would appreciate being pointed in the right direction.

I was wondering if it is possible to add the ability to call out to a web service(even if it is local app as proxy) . Amazon Polly/lex/lambda came to mind. Lots of cool things could be supported by this.

one other related thing that might be good to add is something like JSON.parse in Node.js so it is easier to handle the typical outputs of webservices

Thanks

Comments

  • zunathzunath Member Posts: 92
    edited August 2018
    The web hook can be accomplished with the "WebHook" plugin in NWNX. There isn't anything in NWNX for parsing JSON yet to my knowledge, but if you use the Mono or JVM plugins, you can do it in C# or Java. Alternatively you could add that functionality to NWNX as a plugin.

    NWNX can be found here: https://github.com/nwnxee/unified
Sign In or Register to comment.