Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /api/client/{clientId} Endpoint #344

Merged
merged 3 commits into from
Sep 7, 2024
Merged

Commits on Aug 22, 2024

  1. Add /api/client/{clientId} Endpoint

    This endpoint returns general information about the client ID provided.
    Ayymoss committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    761364a View commit details
    Browse the repository at this point in the history
  2. Add GameName to ClientInfoResult and ClientController

    Updated `ClientInfoResult` to include a new `GameName` property. Also modified `ClientController` to handle and display this new property properly.
    Ayymoss committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1a3076b View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary imports

    Ayymoss committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ed74935 View commit details
    Browse the repository at this point in the history