GarromOrcShaman Hi. Is someone here member of GameJolt ? As you probably know, GameJolt have own api. Unfortunately, this API have no GoDot version. Can someone create it ? It may help hundreds of people.
memzen 2 years old from GitHub is GameJolt API plugin for Godot Engine https://github.com/jedStevens/godot-gj-api
Deakcor Hi, I added auto auth for HTML5 games, other good things like queue requests and some fix, it works perfectly. (Gamejolt API v1.2 / Godot 3.1 alpha) https://github.com/deakcor/-godot-gj-api Used for this game for example : https://gamejolt.com/games/boomerang_woman/388139
GarromOrcShaman @Deakcor said: Hi, I added auto auth for HTML5 games, other good things like queue requests and some fix, it works perfectly. (Gamejolt API v1.2 / Godot 3.1 alpha) https://github.com/deakcor/-godot-gj-api Used for this game for example : https://gamejolt.com/games/boomerang_woman/388139 Hey this is really really good. To make it always available, I'll load it as singleton. That will make my life little easier.
Deakcor Yeah make a singleton and don't forget to ping the session every 60s (with a timer) I think I will make an example