Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ScoreSpace API

A topic by galfar created Mar 19, 2021 Views: 429 Replies: 7
Viewing posts 1 to 3

anyone that is interested in making online leaderboard. youre in the right place!

ScoreSpaceAPI is a Realtime API.

how to use it?
read github repository for more: Repository

Example is only in python, can be translated to another language!

want to contribute?
you can contribute by creating and account on github and forking the repository.
If you contribute you help all the community!
Contributions are widely welcome!

current languages for examples: Python(you can translate into C#, java, etc. )
Planned languages: ALL OF THEM!

maintainer: galfar

(+1)

The server you are sending the request does not have SSL (meaning that it does not follow the HTTPS protocol, it follows the HTTP protocol), so if you try to call this from an html5 game on a site that has SSL such as itch.io, will your browser not mark it as mixed content? Correct me if I am wrong, but I don't think that will work unless you enable SSL on the server...

the API will be soon getting SSL certificate. before the jam ends it will have SSL certificate.

ok, thanks!

(+1)

Also, I was trying to translate it to c#, but the server is responding "

Method Not Allowed

The method is not allowed for the requested URL."

you must do something wrong :/

Submitted

are you sending posts?

(1 edit)

Ahh... I was sending get requests!!! :)