Skip to content

Commit

Permalink
Merge branch 'test_github_workflow' of https://github.com/FroggerHH/V…
Browse files Browse the repository at this point in the history
…alheimWebLink into test_github_workflow
  • Loading branch information
FroggerHH committed May 9, 2024
2 parents b183baf + 215d668 commit 3fbd3f0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# ValheimWebLink

### ExecuteCommand.cs
POST"; /execute"; - Execute known ingame terminal command";
### MainRoute.cs
GET"; /"; - Returns all controllers info";
### ServerInfo.cs
GET"; /serverinfo"; - Returns vast server info";
### GetLog.cs
GET"; /getfulllog"; - Returns logs from the log file";
### AvalableCommand.cs
GET"; /avaliblecommands"; - Returns all known ingame console commands";
### FindObjects.cs
GET"; /findobjects"; - Searches for objects in the world in given range";
### SetPlayerData.cs
POST"; /playerdata/set"; - Provides way to override player data";
### GetPlayerData.cs
GET"; /playerdata/get"; - Returns detail information about the player";

0 comments on commit 3fbd3f0

Please sign in to comment.