Skip to content

Releases: Sigeth/codingame-api-node-ts

v0.0.4

31 May 18:25
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changelog

  • Fixed the way to handle cookies, you should now find cookies when you log in with the function loginCodinGamer
  • Added every singles files of the API in the api folder ( 67c82d7 )
  • Added functions getGlobalLeaderboard ( e4168f5 ), getClashLeaderboard ( 9d9b6bb ) and getPastChallenges ( 8cbc757 )
  • Added docs ( a14b97c )
  • Making the code a bit more efficient.

v0.0.3 Fixed a problem

29 May 17:06
Compare
Choose a tag to compare
Pre-release

Changelog

  • Fixed a problem that caused the files not to extract correctly ( e600370 )

0.0.2 version

29 May 16:43
Compare
Choose a tag to compare
0.0.2 version Pre-release
Pre-release

Changelog

  • Added a way to store user's cookies, in order to use them in some endpoints ( 7492352 )
  • Added findAllMinimalProgress ( ef3feb6 )
  • Added findProgressByPrettyId ( 89afef4 )