TShock/TShockAPI/Rest
Lucas Nicodemus eb97bdd259 Add helpful note to rest rate-limit error
The rate limiting error message used the term "tokens," which could be
easily misconstrued to refer to REST auth tokens, and not rate limit
leaky-bucket tokens. Since we don't expose the internals of the leaky
bucket to end-users, this error message is essentially just not good.
Without knowledge of a leaky bucket/GCRA, it really makes no sense.

Therefore, this changes the message to indicate that the "tokens" are
rate-limit tokens. It also adds a hint that there's a config setting
that can be changed to raise the limit, which further makes it more
understandable, and also provides a reasonable hint as to what setting
to change to alleviate this problem immediately. This makes it easier
for users to debug and less likely they have to read old docs/wait for help.
2021-06-19 01:04:00 -07:00
..
Rest.cs Resolve /v2/players/list generating a stack overflow 2021-04-13 13:06:18 +09:30
RestCommand.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
RestManager.cs Permission added to REST Server Broadcast . 2021-02-08 05:05:31 -06:00
RestObject.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
RestPermissions.cs Fix REST Server Broadcast description try #2. One too many 'cans'. 2021-02-08 12:37:56 -06:00
RestVerbs.cs Added URI-unescaping for inputs into REST requests 2020-12-23 01:46:42 +10:30
SecureRest.cs Add helpful note to rest rate-limit error 2021-06-19 01:04:00 -07:00