TShock/TShockAPI/Rest
Zack Piispanen d04b2051b2 Change static readonly fields in RestManager to const, as a const is a static readonly field, and allows us to use them in the rest documentation attributes.
Added more documentation, as it might be useful to know what each argument is for, and what type it is expected to be.
Documented the first block of rest commands.
2015-04-05 17:44:27 -04:00
..
Rest.cs Remove more obsolete code; fix tab/space screwup in TSPlayer 2015-02-28 19:37:06 -07:00
RestCommand.cs Tick version and update copyright 2015-01-28 15:29:13 -05:00
RestManager.cs Change static readonly fields in RestManager to const, as a const is a static readonly field, and allows us to use them in the rest documentation attributes. 2015-04-05 17:44:27 -04:00
RestObject.cs Tick version and update copyright 2015-01-28 15:29:13 -05:00
RestPermissions.cs Change static readonly fields in RestManager to const, as a const is a static readonly field, and allows us to use them in the rest documentation attributes. 2015-04-05 17:44:27 -04:00
RestVerbs.cs Tick version and update copyright 2015-01-28 15:29:13 -05:00
SecureRest.cs Remove more obsolete code; fix tab/space screwup in TSPlayer 2015-02-28 19:37:06 -07:00