nakama-defold
nakama-defold copied to clipboard
Added Satori client support
@britzl Should the satori folder be added to include_dirs so that it can be fetched from Defold via git using the dependencies section?
Can you add and use a session object just like in Nakama?
@britzl Should the
satorifolder be added toinclude_dirsso that it can be fetched from Defold via git using thedependenciessection?
Ah, yes, it should. I've added the folder.
Can you add and use a session object just like in Nakama?
Yes, satori.authenticate() returns an api session. You can use satori.set_bearer_token() to set the session token for future requests. What that what you meant?
@britzl could you add an example to the README?
Could you also leave instructions for running the Satori SDK tests in the README?
@britzl could you add an example to the README?
I've updated the readme with Satori info.
Could you also leave instructions for running the Satori SDK tests in the README?
Added!
Docs PR: https://github.com/heroiclabs/docs/pull/680