You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run arbitrary command through magic __call method in Broker
By default functions are done as POST request: eg POST /sso?command=foo
A function named `getFoo()` does the request GET /sso?command=foo
A function named `deleteFoo()` does the request DELETE /sso?command=foo