orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

How do you delete a project ? #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello there,

I'm just looking for the option to delete a project... I'm sure it must be 
obvious, but can't find it...

And it took me some time to find out how to save a query too, having a button 
somewhere would be nice as well.

Otherwise this is a really nice tool!

Thx,
John.

Original issue reported on code.google.com by J.Li...@mondialtelecom.be on 16 Nov 2012 at 3:58

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
All will be available in new update (really soon).

Original comment by jarro...@gmail.com on 9 Dec 2012 at 6:18

GoogleCodeExporter commented 9 years ago
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