Comments (4)
What is this??
Interesting
Haxe bindings for the GameJolt API, library-independent.
Installation
To install, you can either download this package and extract it in your program's directory, or install it through Haxelib by opening a terminal and typing haxelib install GameJoltAPI
.
The full source code is available on GitHub.
History
Version 1.2.0
This version adds a custom callback system via onData
and onError
functions that are passed to every API call. This allows for asynchronous uses of the library, and in particular makes it usable on JS targets (among others), where the program flow is faster than the request.
Version 1.1.0
This version features all of the Game API as shown in the original documentation, plus some unreleased functions from v1.1 of the GameJolt API.
Version 1.0.0
Initial version. Contains all documented functionalities from v1.0 of the GameJolt API.
#other