TShock/TShockAPI/Rest
2014-09-09 04:03:31 -04:00
..
Rest.cs Allow rest request handlers access to the request object itself, to allow the plugin more information on who is making the request. Refactored the args for Rest commands to just one delegate, that takes a RestRequestArgs which has verbs, params, request, and tokenData. 2014-08-23 16:08:18 -04:00
RestCommand.cs Allow rest request handlers access to the request object itself, to allow the plugin more information on who is making the request. Refactored the args for Rest commands to just one delegate, that takes a RestRequestArgs which has verbs, params, request, and tokenData. 2014-08-23 16:08:18 -04:00
RestManager.cs Add new rest endpoint /v3/players/read to read the players inventory, armor, and dyes. Armor contains both armor and accessories, as well as vanity. Dyes contain all 8 dye slots. Closes #835 2014-09-09 04:03:31 -04:00
RestObject.cs Update license header for 2014 2014-07-10 21:48:33 -04:00
RestPermissions.cs Update license header for 2014 2014-07-10 21:48:33 -04:00
RestVerbs.cs Update license header for 2014 2014-07-10 21:48:33 -04:00
SecureRest.cs Allow rest request handlers access to the request object itself, to allow the plugin more information on who is making the request. Refactored the args for Rest commands to just one delegate, that takes a RestRequestArgs which has verbs, params, request, and tokenData. 2014-08-23 16:08:18 -04:00