Consult with the Treasure team to gain access to a pre-release version of the
Treasure Launcher.
The Godot TDK will automatically detect if the user is using the Treasure Launcher and provides the developer with access to the user’s auth token.The auth token can be used to interact with the TDK API.
if result.response_code == 200: var success_body = JSON.parse_string(result.body.get_string_from_utf8())else: var error_body = JSON.parse_string(result.body.get_string_from_utf8())