Welcome Guest, Not a member yet? Register   Sign In
REST_Controller - limits & levels?
#2

Levels are basically permissions. So you would check that the API Key/User has permission (correct level) to perform that particular method (or even in the entire class).
The default level is 1 (or 0, I'd have to look at the code again) but if you're not actively setting levels, the library assumes you're not using permissions and sets it to something low.

Limits are the number of calls which can be called on a method in an hour.
Reply


Messages In This Thread
REST_Controller - limits & levels? - by regjel - 07-06-2018, 03:49 AM
RE: REST_Controller - limits & levels? - by enlivenapp - 07-06-2018, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB