From b1157a0615d519ba6bd1313d5822d5515f5f5f54 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 26 Oct 2019 01:41:57 -0700 Subject: [PATCH] :pencil2: Updated features list, minor UI tweaks --- README.md | 19 +++++++++++++++++++ pages/index.vue | 8 ++++++-- pages/settings.vue | 19 +++++++++++-------- 3 files changed, 36 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4be62d407..52526c891 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,25 @@ _History entries can be sorted by any fields_ _Histories can deleted one-by-one or all together_ +📁 **Collections**: Keep your API requests organized with collections and folders. Reuse them with a single click. + +**Options:** + - Create infinite collections, folders and requests + - Edit, delete, move, export, import and replace + +_Export, import and replace collections with JSON files_ + +_Collections are synced with local session storage_ + +📁 **Proxy**: Enable Proxy Mode from Settings to access blocked APIs + +**Features:** + - Hide your IP address + - Fixes [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) (Cross Origin Resource Sharing) issues + - Access APIs served in non-HTTPS (`http://`, `localhost`, etc.) + +_Proxy is hosted by ApolloTV - [Privacy policy](https://apollotv.xyz/legal)_ + ## Demo 🚀 [![Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=website)](https://postwoman.io) [https://postwoman.io](https://postwoman.io) diff --git a/pages/index.vue b/pages/index.vue index eca37a923..531c23090 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -319,9 +319,13 @@ -

+ Include Authentication in URL

+ @change="setExclude('auth', !$event)"> + Include in URL + + diff --git a/pages/settings.vue b/pages/settings.vue index 95fd90345..598b123f5 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -48,17 +48,19 @@ - +