Closed GoogleCodeExporter closed 9 years ago
It is unfortunately obvious. I haven't added this option yet. It is in plans
but I don't have time to actually implement it. If you really need to remove a
project just open a chrome inspector, go to resources tab, Web SQL and then
open restClient database and run a following query: DELETE FROM request_data
WHERE project = ID where ID is an corresponding ID from a "projects" table.
(this will remove all saved requests related to projects). To delete project
itself run a query: DELETE FROM projects WHERE id = ID.
Original comment by jarro...@gmail.com
on 16 Nov 2012 at 5:01
And a second one. What do you mean you don't see a button? There is a button
just below the form. See attached screenshot.
Original comment by jarro...@gmail.com
on 16 Nov 2012 at 5:04
Attachments:
Thanks for the websql solution, will perfectly make it for now.
Regarding the button, i meant having a "save" button next to the "send" button.
Because send is only adding the request to history and not to the saved menu.
Having to hit ctrl+s to actually save is not my first move, especially when
dealing with an app in a browser.
This is still an amaizing tool you have there, very handy and smart ;-)
Keep up the good work !
Original comment by J.Li...@mondialtelecom.be
on 17 Nov 2012 at 1:00
All will be available in new update (really soon).
Original comment by jarro...@gmail.com
on 9 Dec 2012 at 6:18
Good Morning
I am looking the same: "the option to delete a project", because I import twice
a json script with all my projects and i want to delete the duplicated
Thanks...
Original comment by cbusti...@masterview.mx
on 18 May 2015 at 4:01
Original issue reported on code.google.com by
J.Li...@mondialtelecom.be
on 16 Nov 2012 at 3:58