From 556affad10a59f8255a0d95e983bc79953aa0123 Mon Sep 17 00:00:00 2001 From: Thomas Munzer Date: Fri, 10 Dec 2021 10:18:02 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d2cf467..f0afd33 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens. * Direct access to the Mist API Pages (Django) from the current Mist dashboard page
- +
### When on a Django Page @@ -20,7 +20,7 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens. * Direct access to the Online API Documentation for the current API Call (GET/POST/PUT/DELETE)
- +
## Account Tab @@ -30,22 +30,22 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens.
- +
- - + +
- - + +
## About Tab * Quick access to the Mist API documentation (Mist official documentation, Postman documentation, OpenAPI documentation) * Version check from the extension to know if a new version is available, and download new versions directly from the extension
- +
From cfcf96e63116633c5269c8aeddb4c440563084a4 Mon Sep 17 00:00:00 2001 From: Thomas Munzer Date: Fri, 10 Dec 2021 19:53:08 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f0afd33..952c09d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Chrome extension to get easier access to Mist APIs and Mist API Tokens. * [Features](#features) * [Installation](#installation) +## MIT LICENSE + +Copyright (c) 2021 Thomas Munzer + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + # Features ## API Tab ### When on the Mist Dashboard From 30c3a921a2a9924d8b97d5cde03938f8a3530f59 Mon Sep 17 00:00:00 2001 From: Thomas Munzer Date: Fri, 10 Dec 2021 19:54:57 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 952c09d..7bee415 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ This extension is not yet available on the [Chrome Web Store](https://chrome.goo 3. Go to the web browser Extensions Page: chrome://extensions 4. Enable the **Developper Mode** - + 5. Click **Load Unpacked** and select the unzipped folder - + 6. The extension is ready to use! From 4e006087756548074427584c00c2a1d6874808af Mon Sep 17 00:00:00 2001 From: Thomas Munzer Date: Fri, 10 Dec 2021 20:04:13 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bee415..5c737b2 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,11 @@ This extension is not yet available on the [Chrome Web Store](https://chrome.goo 4. Enable the **Developper Mode** + 5. Click **Load Unpacked** and select the unzipped folder + 6. The extension is ready to use! From 6086c7ea2860591df5379db9c459203869de1380 Mon Sep 17 00:00:00 2001 From: Thomas Munzer Date: Fri, 10 Dec 2021 20:15:57 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c737b2..1a20ce8 100644 --- a/README.md +++ b/README.md @@ -35,18 +35,23 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ## Account Tab -* List all the current valid Mist session in the web browser for manage.mist.com, manage.eu.mist.com, manage.gc1.mist.com -* Manage User API Token (list / delete / create) -* Manage Org API Token (list / delete / create) - +* List all the current valid Mist session in the web browser for manage.mist.com, manage.eu.mist.com, manage.gc1.mist.com
+ + +* Manage User API Token (list / delete / create) +
+ + +* Manage Org API Token (list / delete / create) +