Skip to content

Releases: Taraman17/nodejs-cs2-api

Version 1.1

23 Aug 08:58
e4e21b5
Compare
Choose a tag to compare

This release adds the workshop links for the new Standard Maps

V1.0

05 May 18:50
267c1c1
Compare
Choose a tag to compare

Removes old 0.x API and introduces HTTP Authentication for stateless API calls

Note:
In the release-ZIP, the rcon library is patched for multi-packet answers, but "sv_logecho 1" has to be set to make it work.

V 0.9.0 - Add Map Details from Steam-Workshop API and Filtering

05 Jan 14:31
ffac995
Compare
Choose a tag to compare

This Update adds additional information for maps from Wteam Workshop.
Unfortunately, the workshop-ID of official Maps is not available from the server, so I have to put them in manually with OfficialMaps.json.
Main reason for this update is to be able to use preview images in the webinterface, but additionally the Title, Description, Tags and Workshop-ID for further processing are added.
These are available in serverInfo.mapsDetails

Also filtering of maps-Output to clients is implemented.

v0.8.1 - Use rcon-srcds 2.x

09 Feb 14:51
Compare
Choose a tag to compare

With v2.0, the rcon library was transformed to typescript, which needs a slight change on module import for nodejs.

V0.8 - New API Version

17 Nov 12:14
5bc857b
Compare
Choose a tag to compare

V1.0 of the API introduces API-Versioning

v0.7 - Authentication

28 Oct 14:48
40016cb
Compare
Choose a tag to compare

This release features Authentication using steam.
Also update routine is fixed and example WebIF is now HTML/JS only without PHP

v0.6 - Last release without Authentication

12 Oct 15:26
6808b1a
Compare
Choose a tag to compare

For those who want to keep using this API without Authentication, I publish this release before moving on.

NodeJS CS:GO API v0.5

29 May 17:53
2edd560
Compare
Choose a tag to compare

First Release