diff --git a/README.md b/README.md index 6ab9ea4e7..f3ef74d29 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

-![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fhoppscotch.io&logo=hoppscotch)](https://hoppscotch.io) [![Travis Build Status](https://img.shields.io/travis/com/hoppscotch/hoppscotch/main?logo=Travis)](https://travis-ci.com/hoppscotch/hoppscotch) [![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fhoppscotch.io%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fhoppscotch.io&text=%F0%9F%91%BD%20Hoppscotch%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20requests%20faster%2C%20saving%20precious%20time%20on%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Hoppscotch%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520requests%2520faster%2C%2520saving%2520precious%2520time%2520on%2520development%26url%3Dhttps%3A%2F%2Fhoppscotch.io%26hashtags%3Dhoppscotch%26via%3Dliyasthomas&via=liyasthomas&hashtags=hoppscotch) +[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?logo=github)](CODE_OF_CONDUCT.md) [![Website](https://img.shields.io/website?url=https%3A%2F%2Fhoppscotch.io&logo=hoppscotch)](https://hoppscotch.io) [![Travis Build Status](https://img.shields.io/travis/com/hoppscotch/hoppscotch/main?logo=Travis)](https://travis-ci.com/hoppscotch/hoppscotch) [![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fhoppscotch.io%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fhoppscotch.io&text=%F0%9F%91%BD%20Hoppscotch%20%E2%80%A2%20API%20request%20builder%20-%20Helps%20you%20create%20requests%20faster%2C%20saving%20precious%20time%20on%20development&original_referer=https%3A%2F%2Ftwitter.com%2Fshare%3Ftext%3D%25F0%259F%2591%25BD%2520Hoppscotch%2520%25E2%2580%25A2%2520API%2520request%2520builder%2520-%2520Helps%2520you%2520create%2520requests%2520faster%2C%2520saving%2520precious%2520time%2520on%2520development%26url%3Dhttps%3A%2F%2Fhoppscotch.io%26hashtags%3Dhoppscotch%26via%3Dliyasthomas&via=liyasthomas&hashtags=hoppscotch)

@@ -34,7 +34,7 @@ [![Sponsor on GitHub](https://img.shields.io/badge/sponsor-GitHub-181717?logo=github)](https://github.com/sponsors/hoppscotch) [![Contribute on Open Collective](https://img.shields.io/badge/contribute-Open%20Collective-7FADF2?logo=open-collective)](https://opencollective.com/hoppscotch) [![Join on Patreon](https://img.shields.io/badge/join-Patreon-F96854?logo=patreon)](https://www.patreon.com/liyasthomas) [![Donate on PayPal](https://img.shields.io/badge/donate-PayPal-00457C?logo=paypal)](https://www.paypal.me/liyascthomas)

- Table of contents + Table of contents --- @@ -50,19 +50,15 @@ - [Releasing](#releasing) - [Contributing](#contributing) - [Continuous Integration](#continuous-integration) -- [Versioning](#versioning) - [Changelog](#changelog) - [Authors](#authors) - [Lead Developers](#lead-developers) - - [Testing and Debugging](#testing-and-debugging) - [Collaborators](#collaborators-) - - [Thanks](#thanks) - [Financial Contributors](#financial-contributors) - [GitHub Sponsors](#github-sponsors) - [Open Collective](#open-collective) - [Code Contributors](#code-contributors) - [License](#license) -- [Acknowledgements](#acknowledgements) - [Badges](#badges) --- @@ -76,7 +72,7 @@ ⚡️ **Fast:** Send requests and get/copy responses in real-time.
- HTTP Methods + HTTP Methods --- @@ -98,7 +94,7 @@ 🌈 **Make it yours:** Customizable combinations for background, foreground and accent colors. [Customize now ✨](https://hoppscotch.io/settings)
- Theming + Theming --- @@ -116,7 +112,7 @@ _Customized themes are synced with local session storage_ 🔥 **PWA:** Install as a [PWA](https://developers.google.com/web/progressive-web-apps) on your device.
- Features + Features --- @@ -137,7 +133,7 @@ _Customized themes are synced with local session storage_ - Send
- Features + Features --- @@ -161,7 +157,7 @@ _Customized themes are synced with local session storage_ 🔮 **GraphQL:** GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
- Features + Features --- @@ -178,7 +174,7 @@ _Customized themes are synced with local session storage_ 🔐 **Authentication:** Allows to identify the end user.
- Types + Types --- @@ -199,7 +195,7 @@ _Customized themes are synced with local session storage_ 📃 **Request Body:** Used to send and receive data via the REST API.
- Options + Options --- @@ -214,7 +210,7 @@ _Customized themes are synced with local session storage_ 👋 **Response:** Contains the status line, headers and the message/response body.
- Features + Features --- @@ -232,7 +228,7 @@ _Customized themes are synced with local session storage_ 📁 **Collections:** Keep your API requests organized with collections and folders. Reuse them with a single click.
- Features + Features --- @@ -249,7 +245,7 @@ _Collections are synced with cloud / local session storage_ 🌐 **Proxy:** Enable Proxy Mode from Settings to access blocked APIs.
- Features + Features --- @@ -267,7 +263,7 @@ _Official Hoppscotch Proxy is hosted by Apollo Software - **[Privacy Policy](htt 📜 **Pre-Request Scripts β:** Snippets of code associated with a request that are executed before the request is sent.
- Use-cases + Use-cases --- @@ -282,7 +278,7 @@ _Official Hoppscotch Proxy is hosted by Apollo Software - **[Privacy Policy](htt 📄 **API Documentation:** Create and share dynamic API documentation easily, quickly.
- Usage + Usage --- @@ -298,10 +294,10 @@ _Official Hoppscotch Proxy is hosted by Apollo Software - **[Privacy Policy](htt > **[Shortcuts WIki](https://github.com/hoppscotch/hoppscotch/wiki/Shortcuts)** -🌎 **i18n β:** Experience the app in your own language. +🌎 **i18n:** Experience the app in your own language.
- Usage + Usage --- @@ -348,7 +344,7 @@ _Add-ons are developed and maintained under **[Official Hoppscotch Organization] ✅ **Post-Request Tests β:** Write tests associated with a request that are executed after the request response.
- Use-cases + Use-cases --- @@ -367,7 +363,7 @@ _Notes are only available for signed-in users_ 🌱 **Environments** : Environment variables allow you to store and reuse values in your requests and scripts.
- Features + Features --- @@ -380,7 +376,7 @@ _Notes are only available for signed-in users_
- Use-cases + Use-cases --- @@ -450,7 +446,7 @@ docker run -p 3000:3000 hoppscotch/hoppscotch:latest ```
- Legacy container + Legacy container --- @@ -486,10 +482,6 @@ Please read [`CONTRIBUTING`](CONTRIBUTING.md) for details on our [`CODE OF CONDU We use [Travis CI](https://travis-ci.com) for continuous integration. Check out our [Travis CI Status](https://travis-ci.com/hoppscotch/hoppscotch). -## **Versioning** - -This project is developed by [Liyas Thomas](https://github.com/liyasthomas) using the [Semantic Versioning specification](https://semver.org). For the versions available, see the [releases on this repository](https://github.com/liyasthomas/hoppscotch/releases). - ## **Changelog** See the [`CHANGELOG`](CHANGELOG.md) file for details. @@ -502,10 +494,6 @@ See the [`CHANGELOG`](CHANGELOG.md) file for details. - **[Andrew Bastin](https://github.com/andrewbastin)** - _Lead developer_ - **[Caneco](https://twitter.com/caneco)** - _Logo and banner designer_ -### Testing and Debugging - -- [Contributors](https://github.com/hoppscotch/hoppscotch/graphs/contributors) - ### Collaborators @@ -527,10 +515,6 @@ See the [`CHANGELOG`](CHANGELOG.md) file for details. See the list of [contributors](https://github.com/hoppscotch/hoppscotch/graphs/contributors) who participated in this project. -### Thanks - -- [dev.to 👩‍💻👨‍💻](https://dev.to) - ### Financial Contributors Become a financial contributor and help us sustain our community [[Support](#support)]. @@ -548,6 +532,13 @@ Become a financial contributor and help us sustain our community [[Support](#sup

+ +Aishwary Dhare + @@ -759,10 +744,3 @@ This project is licensed under the [MIT License](https://opensource.org/licenses - -

-
-
hoppscotch.io -
-

Happy Coding ❤︎

-
diff --git a/components/environments/edit-environment.vue b/components/environments/edit-environment.vue index e71d8b1b3..3908b652a 100644 --- a/components/environments/edit-environment.vue +++ b/components/environments/edit-environment.vue @@ -35,7 +35,7 @@ >
  • - +
    diff --git a/pages/settings.vue b/pages/settings.vue index 65909584e..3c7005513 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -206,7 +206,8 @@ export default { FRAME_COLORS_ENABLED: this.$store.state.postwoman.settings.FRAME_COLORS_ENABLED || false, PROXY_ENABLED: this.$store.state.postwoman.settings.PROXY_ENABLED || false, PROXY_URL: - this.$store.state.postwoman.settings.PROXY_URL || "https://hoppscotch.apollosoftware.xyz/", + this.$store.state.postwoman.settings.PROXY_URL || + "https://hoppscotch.apollosoftware.xyz/", PROXY_KEY: this.$store.state.postwoman.settings.PROXY_KEY || "", EXTENSIONS_ENABLED: