Game
Unity API
7 years ago

GameJoltDotNet


Hello there!
I just wanted to let you know, that I’ve published a first beta version of another GameJolt API client, which can be used without Unity.
It is called GameJoltDotNet and it is based on .NET Standard 1.3 and therefore you can basically use it on any .NET platform.
Of course I will continue working on both APIs, so don’t worry :D

The new library is heavily based on the wonderful async/await mechanism to implement a simple and yet powerful asynchronous workflow.

Example

First of all you have to create a new api instance:

		
			var api = new GameJoltApi(gameId, privateKey);
		
	

Afterwards you can directly use the different GameJolt features.

		
			// by using async/await:
var response = await api.Scores.FetchAsync();
if(response.Success) {
    // response.Data contains the list of scores
}

// or by using the callback mechanism:
api.Scores.Fetch(callback: response => {
    if(response.Success) {
        // response.Data contains the list of scores
    }
});
		
	

So feel free to try it out :)



0 comments

Loading...

Next up

So

i may or may not make an full art of some person or i may just leave this like that-

We are under attack!

Been working lately on lots of 'behind-the-scenes' boring stuff that no one really cares about, so here’s a guy playing the sax for some reason.

#screenshotsaturday

Shoobies leave a sticky trail of mucus in their wake, which can impede movement for any creature that steps in it.

Here's a peaceful little forest scene for this #screenshotsaturday, from the beginning of the game.

Successful landing

#screenshotsaturday

Finished a project I've been working on over the last few days!

Modeled and textured in Blender.

#3dart #lowpoly #npbr #fantasy #hut

A Shiny Mega Gengar 🌟 For @ManutkArt 's #ThreeColorsChallenge!

Demonstration of the spells and their effects :)!

An infected room from the second part of Cybel ! Are you up for some cleansing?