Skip to content

Releases: DevD4v3/Playtesters.API

v1.1.0 Release

07 Dec 16:33

Choose a tag to compare

Release Notes – Playtesters.API v1.1.0

New Features

  • UpdateTester Endpoint Enhancement:
    The PATCH /api/testers/{name} endpoint now supports a new optional field:
    • TotalHoursPlayed (double) – allows updating the total playtime of a tester.
      • null → keeps the current value unchanged.
      • non-negative number → updates the total hours played.
      • negative number → returns 400 Bad Request.

Improvements

  • Updated documentation for the UpdateTester endpoint to clearly describe how accessKey, name, and TotalHoursPlayed can be updated.
  • Validation ensures TotalHoursPlayed cannot be negative.

Fixes

  • No breaking changes; all existing clients remain compatible.

v1.0.0 Release

30 Nov 17:48

Choose a tag to compare

Playtesters.API – v1.0.0 (Official Release)

The first stable release of Playtesters.API, a lightweight backend service designed for managing closed playtests, validating access keys, monitoring testers, and integrating easily with Unity or custom clients.

Highlights

  • Fully functional REST API for managing closed playtests.
  • Secure admin operations via API key.
  • Real-time monitoring of tester activity, including Discord webhook notifications.
  • Built-in IP geolocation with caching to detect suspicious usage.
  • Ready for production use.