Ignore:
Timestamp:
Apr 10, 2023, 8:23:15 PM (19 months ago)
Author:
alloc
Message:
  • API "map" added, currently only supports GET with the ID "config"
  • API "player" added, currently only supports getting online players with some of the info not supported yet (playtime, last online, level)
  • Only logged in player's data is shown unless the user has the permission for "webapi.viewallplayers"
  • Internal refactoring
  • (Updated version to 21.0.258)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/WebServer.csproj

    r422 r425  
    112112    <Compile Include="src\Permissions\AdminApiTokens.cs" />
    113113    <Compile Include="src\Permissions\AdminWebUsers.cs" />
     114    <Compile Include="src\Permissions\PermissionUtils.cs" />
    114115    <Compile Include="src\Permissions\RegisterModules.cs" />
    115116    <Compile Include="src\UserRegistrationTokens.cs" />
     
    128129    <Compile Include="src\WebAPI\APIs\Hostile.cs" />
    129130    <Compile Include="src\WebAPI\APIs\Log.cs" />
     131    <Compile Include="src\WebAPI\APIs\Player.cs" />
    130132    <Compile Include="src\WebAPI\APIs\RegisterUser.cs" />
    131133    <Compile Include="src\WebAPI\APIs\ServerInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.