RESTEDClient / RESTED

A REST client for browsers
GNU General Public License v3.0
293 stars 43 forks source link

Variables for Collection instead of Global #195

Open AppliedEllipsis opened 3 years ago

AppliedEllipsis commented 3 years ago

Having variables comes in very handy, but they can add up if you use them a lot. I usually prefix my variables with my collection names to keep them organized and reuse names, but it would be nice if there was a way to have Collection based variables in addition to global ones. They also should import/export with the collection if possible.