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

Just as Pecaminosa's musicians #improvise this rendition of #LittleSunflower 🌻, so do we improvise with this post you're reading. 😂

What's coming out of your own improvs? 🤔

#Pecaminosa | #IndieDev | #OST | #Jazz

Path of Kami: The Evolution of the Lore

Runestones: from concept to in-game model🗿

The Darkside Detective: A Fumble in the Dark is out TODAY! 🖱️Advanced pointing, clicking action 🖨️Very funny words! Loads of them! 👻6 sarcastic, spectral cases to solve

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

Hi everyone! I started to create some environment props for my new video game, here is a cozy house in the forest. I'm planning to switch from Unity to Unreal... Let's see what new challenges I have to face. Made in Blender and Substance Painter.

a drawing I did because I was bored😪. But I love how it turned out.😊

We're glad to announce that Baby Dino Adventures 🦖 is now available in Early Access here on GameJolt! Link: https://gamejolt.com/games/babydinoadventures/508121 Walk, run, and jump as a baby t-rex in this cute platformer Free demo available #IndieGame | #GameDev | #PixelArt

I worked so hard to get all four of them to the end safely, but then...

Hi all, Quick update with a bunch of fixes and changes.

Updated save system, optimisation and screen tear fixes, a new shoutout room and more sounds.

Don't forget to follow the kickstarter going live on the 20th! https://www.kickstarter.com/projects/9fingergames/zapling-bygone

Enjoy!