Skip to content

v1.0.6: user agent and session

Latest

Choose a tag to compare

@henrikalves henrikalves released this 10 Jan 12:05
7c9ab1a
  • Added the ability to get the user agent using getUserAgent() and setting it with setUserAgent("useragentstring") it also can be set in the options array
  • Added the ability to get the current session token using getSession() and setting it using setSession("token") this can be used to reuse the session instead of logging in again

Full Changelog: v1.0.5...v1.0.6