nathan-osman / REST-Easy

A simple REST client for Firefox
Mozilla Public License 2.0
130 stars 39 forks source link

Add loading and saving of requests #40

Closed eliihen closed 9 years ago

eliihen commented 9 years ago

This PR adds a collections tab to the request pane that has a user's saved requests. A user can click "Save request" when a request has been entered, and it is persisted to IndexedDB.

Also adds the following:

set-killer commented 9 years ago

Thank you @esphen for the implementation of this feature. You are awesome! Anyway, no glory for me. I did nothing else but brokin' up the master repository.

nathan-osman commented 9 years ago

Thanks to both of you!

nathan-osman commented 9 years ago

If you could submit another PR quick, that would be great.

eliihen commented 9 years ago

Done!

revolter commented 9 years ago

My pleasure @esphen!