TShock/TShockAPI/Rest
Lucas Nicodemus 3261fa40ef Deprecating the following REST API endpoints:
- /players/read/{player}
 - /players/{player}/kick
 - /players/{player}/ban

Adding the following REST API endpoints:
 - /v2/players/kick
 - /v2/players/ban
 - /v2/players/read
2012-01-01 16:25:24 -07:00
..
Rest.cs Added any missing license headers to all files 2012-01-01 03:06:48 -07:00
RestCommand.cs Added any missing license headers to all files 2012-01-01 03:06:48 -07:00
RestManager.cs Deprecating the following REST API endpoints: 2012-01-01 16:25:24 -07:00
RestObject.cs Added any missing license headers to all files 2012-01-01 03:06:48 -07:00
RestVerbs.cs Added any missing license headers to all files 2012-01-01 03:06:48 -07:00
SecureRest.cs Added any missing license headers to all files 2012-01-01 03:06:48 -07:00