Ivan Novakov
Ivan Novakov
Suppose we have `users` and `groups` resources with the corresponding routes - `/users[/:id]` and `/groups[/:id]`. If I need to list users which are members of a group I have to...
When I call the `invalidateToken()` function with options: ``` { clientId: 'invalid-id', clientSecret: 'invalid-secret', token: '' } ``` The token gets revoked even though the `clientId` and `clientSecret` fields are...
The OAuthV2 Apigee policy supports storing custom attributes with the authorization code generation. These attributes are then transferred to the corresponding access token and are available during access token verification....
See http://docs.sencha.com/extjs/4.2.0/#!/guide/command_packages
When using the Dialog/Panel you can specify additional params to be sent together with the upload request. The ExtJs uploader sends them as GET params. The form uploader ignores them.
The panel should expose events triggered in the process of uploading a single item: - itemuploadsuccess - itemuploadfailure
When using the asynchronous upload, it'll be nice to have an option to restrict the number of concurent uploads.
Implement flexible and detailed error reporting especially in case of a HTTP error response.