mirko
mirko
Currently Resting uses Vue.js 2.6. The final goal is moving to last new stable version of Vue (3.x). Understand what's side-effect and blocking steps of bumping from current version to...
When I save a bookmark containing some form-data multipart fields, they are incorrectly saved and are missing on the next bookmark loading
It can be useful to create and save a template of a frequently used request.
When I want to use a variable in a request it isn't always quick to understand what value is set for it. So I have to move to context list...
Support the default value for a variable when it isn't defined into the context. Example `http://api.example.com/{userId:21}` if `userId` isn't defined into the active context take value `21` as default
Add possibility to download the body response
Add the possibility to get an Oauth 2.0 token following the flows: * Authorization Code * Implicit * Client credential * Resource Owner Password Credentials
Resting uses a lot of dialogs. It would be useful to create a general dialog Knockout.js component to simplify application code
At the moment the storage module uses callbacks. Move to promises. Storage module uses library `localforage` to persist data. Now Resting uses `localforage.nopromises.min`, move to the new version that supports...
At the moment execute function in bookmark module uses callback to manage the response of the call. Move to promise to have a easier code. Ref to the code https://github.com/mirkoperillo/resting/blob/f3df3c23238468925c5b1412eab1534f76b08814/src/js/app/request.js#L49