TShock/TShockAPI/Rest
Lucas Nicodemus 62bc28332a Deprecating the following REST endpoints:
- /bans/read/{user}/info
 - /bans/destroy/{user}
 - /users/read/{user}/info
 - /users/destroy/{user}
 - /users/update/{user}

Adding replacement endpoints:
 - /v2/users/read
 - /v2/users/destroy
 - /v2/users/update
 - /v2/bans/read
 - /v2/bans/destroy
2012-01-01 16:44:45 -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 endpoints: 2012-01-01 16:44:45 -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