12-22-2015, 07:28 PM
Hello, welcome to the forum.
Is there even a REST SDK? From what I've read, it's just a "style", not a specific protocol.
I suppose this very much depends on HTTP(S); the server currently doesn't expose APIs for working with HTTP(S), but it does indeed have internal implementations for them, so it's only a matter of time before they get exposed. Care must be taken when doing so because of the inherent need for the plugins to never block - all the operations must be callback-based.
SSL/TLS is already exposed through the cNetwork API classes, so it is possible to actually implement the rest of the entire stack in Lua, if desired.
Is there even a REST SDK? From what I've read, it's just a "style", not a specific protocol.
I suppose this very much depends on HTTP(S); the server currently doesn't expose APIs for working with HTTP(S), but it does indeed have internal implementations for them, so it's only a matter of time before they get exposed. Care must be taken when doing so because of the inherent need for the plugins to never block - all the operations must be callback-based.
SSL/TLS is already exposed through the cNetwork API classes, so it is possible to actually implement the rest of the entire stack in Lua, if desired.