{"repo":"hoppscotch/hoppscotch","free":true,"listed":false,"github":"https://github.com/hoppscotch/hoppscotch","clone":"git clone https://github.com/hoppscotch/hoppscotch.git","description":"Open-Source API Development Ecosystem • https://hoppscotch.io • Offline, On-Prem & Cloud • Web, Desktop & CLI • Open-Source Alternative to Postman, Insomnia","language":"TypeScript","stars":80045,"topics":["api","api-client","api-rest","api-testing","developer-tools","graphql","http","http-client","pwa","rest","rest-api","spa","testing","testing-tools","tools","vue","vuejs","websocket"],"license":"MIT","category":"dev_tool","readme_excerpt":"<div align=\"center\">\n  <a href=\"https://hoppscotch.io\">\n    <img\n      src=\"https://avatars.githubusercontent.com/u/56705483\"\n      alt=\"Hoppscotch\"\n      height=\"64\"\n    />\n  </a>\n  <h3>\n    <b>\n      Hoppscotch\n    </b>\n  </h3>\n  <b>\n    Open Source API Development Ecosystem\n  </b>\n  <p>\n\n[![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) [![Tests](https://github.com/hoppscotch/hoppscotch/actions/workflows/tests.yml/badge.svg)](https://github.com/hoppscotch/hoppscotch/actions) [![Tweet](https://img.shields.io/twitter/url?url=https%3A%2F%2Fhoppscotch.io%2F)](https://x.com/share?text=%F0%9F%91%BD%20Hoppscotch%20%E2%80%A2%20Open%20source%20API%20development%20ecosystem%20-%20Helps%20you%20create%20requests%20faster,%20saving%20precious%20time%20on%20development.&url=https://hoppscotch.io&hashtags=hoppscotch&via=hoppscotch_io)\n\n  </p>\n  <p>\n    <sub>\n      Built with ❤︎ by\n      <a href=\"https://github.com/hoppscotch/hoppscotch/graphs/contributors\">\n        contributors\n      </a>\n    </sub>\n  </p>\n  <br />\n  <p>\n    <a href=\"https://hoppscotch.io\">\n      <picture>\n        <source media=\"(prefers-color-scheme: dark)\" srcset=\"./packages/hoppscotch-common/public/images/banner-dark.png\">\n        <source media=\"(prefers-color-scheme: light)\" srcset=\"./packages/hoppscotch-common/public/images/banner-light.png\">\n        <img alt=\"Hoppscotch\" src=\"./packages/hoppscotch-common/public/images/banner-dark.png\">\n      </picture>\n    </a>\n  </p>\n</div>\n\n_We highly recommend you take a look at the [**Hoppscotch Documentation**](https://docs.hoppscotch.io) to learn more about the app._\n\n#### **Support**\n\n[![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://hoppscotch.io/discord) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-2CA5E0?logo=telegram)](https://hoppscotch.io/telegram) [![Discuss on GitHub](https://img.shields.io/badge/discussions-GitHub-333333?logo=github)](https://github.com/hoppscotch/hoppscotch/discussions)\n\n### **Features**\n\n❤️ **Lightweight:** Crafted with minimalistic UI design.\n\n⚡️ **Fast:** Send requests and get responses in real time.\n\n🗄️ **HTTP Methods:** Request methods define the type of action you are requesting to be performed.\n\n- `GET` - Requests retrieve resource information\n- `POST` - The server creates a new entry in a database\n- `PUT` - Updates an existing resource\n- `PATCH` - Very similar to `PUT` but makes a partial update on a resource\n- `DELETE` - Deletes resource or related component\n- `HEAD` - Retrieve response headers identical to those of a GET request, but without the response body.\n- `CONNECT` - Establishes a tunnel to the server identified by the target resource\n- `OPTIONS` - Describe the communication options for the target resource\n- `TRACE` - Performs a message loop-back test along the path to the target resource\n- `<custom>` - Some APIs use custom request methods such as `LIST`. Type in your custom methods.\n\n🌈 **Theming:** Customizable combinations for background, foreground, and accent colors — [customize now](https://hoppscotch.io/settings).\n\n- Choose a theme: System preference, Light, Dark, and Black\n- Choose accent colors: Green, Teal, Blue, Indigo, Purple, Yellow, Orange, Red, and Pink\n- Distraction-free Zen mode\n\n_Customized themes are synced with your cloud/local session._\n\n🔥 **PWA:** Install as a [Progressive Web App](https://web.dev/progressive-web-apps) on your device.\n\n- Instant loading with Service Workers\n- Offline support\n- Low RAM/memory and CPU usage\n- Add to Home Screen\n- Desktop PWA\n\n🚀 **Request:** Retrieve response from endpoint instantly.\n\n1. Choose `method`\n2. Enter `URL`\n3. Send\n\n- Copy/share public \"Share URL\"\n- Generate/copy request code snippets for 10+ languages and frameworks\n- Import `cURL`\n- Label requests\n\n🔌 **WebSocket:** Establish full-duplex communication channels over a single TCP connection.\n\n📡 **Server-Sent Events:** Receive a stream of updates from a server over an HTTP connection without resorting to polling.\n\n🌩 **Socket.IO:** Send and Receive data with the SocketIO server.\n\n🦟 **MQTT:** Subscribe and Publish to topics of an MQTT Broker.\n\n🔮 **GraphQL:** GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.\n\n- Set endpoint and get schema\n- Multi-column docs\n- Set custom request headers\n- Query schema\n- Get query response\n\n🔐 **Authorization:** Allows to identify the end-user.\n\n- None\n- Basic\n- Bearer Token\n- OAuth 2.0\n- OIDC Access Token/PKCE\n\n📢 **Headers:** Describes the format the body of your request is being sent in.\n\n📫 **Parameters:** Use request parameters to set varying parts in simulated requests.\n\n📃 **Request Body:** Used to send and receive data via the REST API.\n\n- Set `Content Type`\n- FormData, JSON, and many more\n- Toggle between key-value and RAW input parameter list\n\n📮 **Response:** Contains the status line, headers, and the message/response body.\n\n- Copy the response to the clipboard\n- Download the response as a file\n- View response headers\n- View raw and preview HTML, image, JSON, and XML responses\n\n⏰ **History:** Request entries are synced with your cloud/local session storage.\n\n📁 **Collections:** Keep your API requests organized with collections and folders. Reuse them with a single click.\n\n- Unlimited collections, folders, and requests\n- Nested folders\n- Export and import as a file or GitHub gist\n\n_Collections are synced with your cloud/local session storage._\n\n📜 **Pre-Request Scripts:** Snippets of code associated with a request that is executed before the request is sent.\n\n- Set environment variables\n- Include timestamp in the request headers\n- Send a random alphanumeric string in the URL parameters\n- Any JavaScript functions\n\n👨‍👩‍👧‍👦 **Teams:** Helps you collaborate across your teams to design, develop, and test APIs faster.\n\n- Create unlimited teams\n- Create unlimited shared collections\n- Create unlimited team members\n- Role-based access control\n- Cloud sync\n- Multiple devices\n\n👥 **Workspaces:** Organize your personal and team collections environments into workspaces. Easily switch between workspaces to manage multiple projects.\n\n- Create unlimited workspaces\n- Switch between personal and team workspaces\n\n⌨️ **Keyboard Shortcuts:** Optimized for efficiency.\n\n> **[Read our documentation on Keyboard Shortcuts](https://docs.hoppscotch.io/documentation/features/shortcuts)**\n\n🌐 **Proxy:** Enable Proxy Mode from Settings to access blocked APIs.\n\n- Hide your IP address\n- Fixes [`CORS`](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) (Cross-Origin Resource Sharing) issues\n- Access APIs served in non-HTTPS (`http://`) endpoints\n- Use your Proxy URL\n\n_Official proxy server is hosted by Hoppscotch - **[GitHub](https://github.com/hoppscotch/proxyscotch)** - **[Privacy Policy](https://docs.hoppscotch.io/support/privacy)**._\n\n🌎 **i18n:** Experience the app in your language.\n\nHelp us to translate Hoppscotch. Please read [`TRANSLATIONS`](TRANSLATIONS.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md) and the process for submitting pull requests to us.\n\n☁️ **Auth + Sync:** Sign in and sync your data in real-time across all your devices.\n\n**Sign in with:**\n\n- GitHub\n- Google\n- Microsoft\n- Email\n- SSO (Single Sign-On)[^EE]\n\n**🔄 Synchronize your data:** Handoff to continue tasks on your other devices.\n\n- Workspaces\n- History\n- Collections\n- Environments\n- Settings\n\n✅ **Post-Request Tests:** Write tests associated with a request that is executed after the request's response.\n\n- Check the status code as an integer\n- Filter response headers\n- Parse the response data\n- Set environment variables\n- Write JavaScript code\n\n🌱 **Environments:** Environment variables allow you to store and reuse values in your requests and scripts.\n\n- Unlimited environments and variables\n- Initialize through the pre-request script\n- Export as / import from GitHub gist\n\n<details>\n  <summary><i>Use-cases</i></summary>\n\n---\n\n- By storing a value in a variable, you can reference it throughout your request section\n- If you need to update the value, you only have to change it in one place\n- Using variables increases your ability to work efficiently and minimizes the likelihood of error\n\n---\n\n</details>\n\n🚚 **Bulk Edit:** Edit key-value pairs in bulk.\n\n- Entries are separated by newline\n- Keys and values are separated by `:`\n- Prepend `#` to any row you want to add but keep disabled\n\n🎛️ **Admin dashboard:** Manage your team and invite members.\n\n- Insights\n- Manage users\n- Manage teams\n\n📦 **Add-ons:** Official add-ons for hoppscotch.\n\n- **[Hoppscotch CLI](https://github.com/hoppscotch/hoppscotch/tree/main/packages/hoppscotch-cli)** - Command-line interface for Hoppscotch.\n- **[Proxy](https://github.com/hoppscotch/proxyscotch)** - A simple proxy server created for Hoppscotch.\n- **[Browser Extensions](https://github.com/hoppscotch/hoppscotch-extension)** - Browser extensions that enhance your Hoppscotch experience.\n\n  [![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_16x16.png) **Firefox**](https://addons.mozilla.org/en-US/firefox/addon/hoppscotch) &nbsp;|&nbsp; [![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_16x16.png) **Chrome**](https://chrome.google.com/webstore/detail/hoppscotch-extension-for-c/amknoiejhlmhancpahfcfcfhllgkpbld)\n\n  > **Extensions fix `CORS` issues.**\n\n_Add-ons are developed and maintained under **[Hoppscotch Organization](https://github.com/hoppscotch)**._\n\n**For a complete list of features, please read our [documentation](https://docs.hoppscotch.io).**\n\n## **Demo**\n\n- Web : [hoppscotch.io](https://hoppscotch.io)\n- Windows/Linux/macOS : [Desktop Apps](https://docs.hoppscotch.io/documentation/clients/desktop#download-hoppscotch-desktop-app)\n\n## Usage\n\n1. Provide your API endpoint in the URL ","default_branch":"main","files":2369,"tree":[".devcontainer/devcontainer.json",".dockerignore",".editorconfig",".env.example",".envrc",".firebaserc",".gitattributes",".github/FUNDING.yml",".github/ISSUE_TEMPLATE/--bug-report.yaml",".github/ISSUE_TEMPLATE/--feature-request.yaml",".github/ISSUE_TEMPLATE/config.yml",".github/dependabot.yml",".github/pull_request_template.md",".github/semantic.yml",".github/workflows/build-hoppscotch-agent.yml",".github/workflows/build-hoppscotch-desktop.yml",".github/workflows/release-push-docker.yml",".github/workflows/tests.yml",".gitignore",".husky/commit-msg",".husky/pre-commit",".npmrc",".prettierignore",".prettierrc.js","CHANGELOG.md","CODEOWNERS","CODE_OF_CONDUCT.md","CONTRIBUTING.md","LICENSE","README.md","SECURITY.md","TRANSLATIONS.md","aio-multiport-setup.Caddyfile","aio-subpath-access.Caddyfile","aio_run.mjs","commitlint.config.js","devenv.lock","devenv.nix","devenv.yaml","docker-compose.deploy.yml","docker-compose.yml","firebase.json","firestore.indexes.json","firestore.rules","healthcheck.sh","jsconfig.json","netlify.toml","package.json","packages/codemirror-lang-graphql/.gitignore","packages/codemirror-lang-graphql/.npmignore","packages/codemirror-lang-graphql/README.md","packages/codemirror-lang-graphql/package.json","packages/codemirror-lang-graphql/rollup.config.js","packages/codemirror-lang-graphql/src/index.js","packages/codemirror-lang-graphql/src/syntax.grammar","packages/codemirror-lang-graphql/tsconfig.json","packages/hoppscotch-agent/.gitignore","packages/hoppscotch-agent/README.md","packages/hoppscotch-agent/eslint.config.mjs","packages/hoppscotch-agent/index.html","packages/hoppscotch-agent/package.json","packages/hoppscotch-agent/postcss.config.js","packages/hoppscotch-agent/public/icon.png","packages/hoppscotch-agent/public/tauri.svg","packages/hoppscotch-agent/public/vite.svg","packages/hoppscotch-agent/src-tauri/.cargo/config.toml","packages/hoppscotch-agent/src-tauri/.gitignore","packages/hoppscotch-agent/src-tauri/Cargo.lock","packages/hoppscotch-agent/src-tauri/Cargo.toml","packages/hoppscotch-agent/src-tauri/build.rs","packages/hoppscotch-agent/src-tauri/capabilities/default.json","packages/hoppscotch-agent/src-tauri/icons/128x128.png","packages/hoppscotch-agent/src-tauri/icons/128x128@2x.png","packages/hoppscotch-agent/src-tauri/icons/32x32.png","packages/hoppscotch-agent/src-tauri/icons/Square107x107Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square142x142Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square150x150Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square284x284Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square30x30Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square310x310Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square44x44Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square71x71Logo.png","packages/hoppscotch-agent/src-tauri/icons/Square89x89Logo.png","packages/hoppscotch-agent/src-tauri/icons/StoreLogo.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png","packages/hoppscotch-agent/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png","packages/hoppscotch-agent/src-tauri/icons/icon.icns","packages/hoppscotch-agent/src-tauri/icons/icon.ico","packages/hoppscotch-agent/src-tauri/icons/icon.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-20x20@1x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-20x20@2x-1.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-20x20@2x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-20x20@3x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-29x29@1x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-29x29@2x-1.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-29x29@2x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-29x29@3x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-40x40@1x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-40x40@2x-1.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-40x40@2x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-40x40@3x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-512@2x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-60x60@2x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-60x60@3x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-76x76@1x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-76x76@2x.png","packages/hoppscotch-agent/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png","packages/hoppscotch-agent/src-tauri/icons/tray_icon.png","packages/hoppscotch-agent/src-tauri/src/command.rs","packages/hoppscotch-agent/src-tauri/src/controller.rs","packages/hoppscotch-agent/src-tauri/src/dialog.rs","packages/hoppscotch-agent/src-tauri/src/error.rs","packages/hoppscotch-agent/src-tauri/src/global.rs","packages/hoppscotch-agent/src-tauri/src/lib.rs","packages/hoppscotch-agent/src-tauri/src/logger.rs","packages/hoppscotch-agent/src-tauri/src/main.rs","packages/hoppscotch-agent/src-tauri/src/model.rs","packages/hoppscotch-agent/src-tauri/src/route.rs","packages/hoppscotch-agent/src-tauri/src/server.rs","packages/hoppscotch-agent/src-tauri/src/state.rs","packages/hoppscotch-agent/src-tauri/src/tray.rs","packages/hoppscotch-agent/src-tauri/src/updater.rs","packages/hoppscotch-agent/src-tauri/src/util.rs","packages/hoppscotch-agent/src-tauri/src/webview/error.rs","packages/hoppscotch-agent/src-tauri/src/webview/mod.rs","packages/hoppscotch-agent/src-tauri/tauri.conf.json","packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json","packages/hoppscotch-agent/src/App.vue","packages/hoppscotch-agent/src/index.css","packages/hoppscotch-agent/src/main.ts","packages/hoppscotch-agent/src/pages/otp.vue","packages/hoppscotch-agent/src/pages/registrations.vue","packages/hoppscotch-agent/src/vite-env.d.ts","packages/hoppscotch-agent/tailwind.config.js","packages/hoppscotch-agent/tsconfig.json","packages/hoppscotch-agent/tsconfig.node.json","packages/hoppscotch-agent/vite.config.ts","packages/hoppscotch-backend/.dockerignore","packages/hoppscotch-backend/.gitignore","packages/hoppscotch-backend/.prettierrc","packages/hoppscotch-backend/Dockerfile","packages/hoppscotch-backend/backend.Caddyfile","packages/hoppscotch-backend/eslint.config.js","packages/hoppscotch-backend/global.d.ts","packages/hoppscotch-backend/jest.setup.js","packages/hoppscotch-backend/nest-cli.json","packages/hoppscotch-backend/package.json","packages/hoppscotch-backend/prisma.config.ts","packages/hoppscotch-backend/prisma/migrations/20230406064219_init/migration.sql","packages/hoppscotch-backend/prisma/migrations/20231106120154_embeds_addition/migration.sql","packages/hoppscotch-backend/prisma/migrations/20231124104640_infra_config/migration.sql","packages/hoppscotch-backend/prisma/migrations/20231130082054_collection_headers/migration.sql","packages/hoppscotch-backend/prisma/migrations/20240226053141_full_text_search_additions/migration.sql","packages/hoppscotch-backend/prisma/migrations/20240519093155_add_last_logged_on_to_user/migration.sql","packages/hoppscotch-backend/prisma/migrations/20240520091033_personal_access_tokens/migration.sql","packages/hoppscotch-backend/prisma/migrations/20240621062554_user_last_active_on/migration.sql","packages/hoppscotch-backend/prisma/migrations/20240725043411_infra_config_encryption/migration.sql","packages/hoppscotch-backend/prisma/migrations/20240726121956_infra_token/migration.sql","packages/hoppscotch-backend/prisma/migrations/20241118054346_infra_config_sync_with_env_file/migration.sql","packages/hoppscotch-backend/prisma/migrations/20250306054346_team_access_role_enum/migration.sql","packages/hoppscotch-backend/prisma/migrations/20250725154928_timestamp_with_timezone/migration.sql","packages/hoppscotch-backend/prisma/migrations/20250818154928_fix_order_index/migration.sql","packages/hoppscotch-backend/prisma/migrations/20250822044741_order_index_unique_constraint/migration.sql","packages/hoppscotch-backend/prisma/migrations/20251016080714_mock_server/migration.sql","packages/hoppscotch-backend/prisma/migrations/20251110141554_api_doc/migration.sql","packages/hoppscotch-backend/prisma/migrations/20251202154928_fix_order_index/migration.sql","packages/hoppscotch-backend/prisma/migrations/20251203202452_cascade_delete/migration.sql","packages/hoppscotch-backend/prisma/migrations/20251207122817_add_slug_to_published_docs/migration.sql","packages/hoppscotch-backend/prisma/migrations/20260209063744_published_doc_environment/migration.sql","packages/hoppscotch-backend/prisma/migrations/migration_lock.toml","packages/hoppscotch-backend/prisma/schema.prisma","packages/hoppscotch-backend/prod_run.mjs","packages/hoppscotch-backend/src/access-token/access-token.controller.ts","packages/hoppscotch-backend/src/access-token/access-token.module.ts","packages/hoppscotch-backend/src/access-token/access-token.service.spec.ts","packages/hoppscotch-backend/src/access-token/access-token.service.ts","packages/hoppscotch-backend/src/access-token/dto/create-access-token.dto.ts","packages/hoppscotch-backend/src/access-token/helper.ts","packages/hoppscotch-backend/src/admin/admin.model.ts","packages/hoppscotch-backend/src/admin/admin.module.ts","packages/hoppscotch-backend/src/admin/admin.resolver.ts","packages/hoppscotch-backend/src/admin/admin.service.spec.ts","packages/hoppscotch-backend/src/admin/admin.service.ts","packages/hoppscotch-backend/src/admin/decorators/gql-admin.decorator.ts","packages/hoppscotch-backend/src/admin/guards/gql-admin.guard.ts","packages/hoppscotch-backend/src/admin/guards/rest-admin.guard.ts","packages/hoppscotch-backend/src/admin/infra.model.ts","packages/hoppscotch-backend/src/admin/infra.resolver.ts","packages/hoppscotch-backend/src/admin/input-types.args.ts","packages/hoppscotch-backend/src/admin/invited-user.model.ts","packages/hoppscotch-backend/src/app.controller.ts","packages/hoppscotch-backend/src/app.module.ts","packages/hoppscotch-backend/src/auth/auth.controller.ts","packages/hoppscotch-backend/src/auth/auth.module.ts","packages/hoppscotch-backend/src/auth/auth.service.spec.ts","packages/hoppscotch-backend/src/auth/auth.service.ts","packages/hoppscotch-backend/src/auth/dto/signin-magic.dto.ts","packages/hoppscotch-backend/src/auth/dto/verify-magic.dto.ts","packages/hoppscotch-backend/src/auth/guards/github-sso.guard.ts","packages/hoppscotch-backend/src/auth/guards/google-sso.guard.ts","packages/hoppscotch-backend/src/auth/guards/jwt-auth.guard.ts","packages/hoppscotch-backend/src/auth/guards/microsoft-sso.guard.ts","packages/hoppscotch-backend/src/auth/guards/rt-jwt-auth.guard.ts","packages/hoppscotch-backend/src/auth/helper.ts","packages/hoppscotch-backend/src/auth/redirect-uri.validator.spec.ts","packages/hoppscotch-backend/src/auth/redirect-uri.validator.ts","packages/hoppscotch-backend/src/auth/stateless-state-store.ts","packages/hoppscotch-backend/src/auth/strategies/github.strategy.ts","packages/hoppscotch-backend/src/auth/strategies/google.strategy.ts","packages/hoppscotch-backend/src/auth/strategies/jwt.strategy.ts","packages/hoppscotch-backend/src/auth/strategies/microsoft.strategy.ts","packages/hoppscotch-backend/src/auth/strategies/rt-jwt.strategy.ts","packages/hoppscotch-backend/src/decorators/bearer-token.decorator.ts","packages/hoppscotch-backend/src/decorators/gql-user.decorator.ts","packages/hoppscotch-backend/src/decorators/rt-cookie.decorator.ts","packages/hoppscotch-backend/src/errors.ts","packages/hoppscotch-backend/src/gql-schema.ts","packages/hoppscotch-backend/src/guards/gql-auth.guard.ts","packages/hoppscotch-backend/src/guards/gql-throttler.guard.ts","packages/hoppscotch-backend/src/guards/infra-token.guard.ts","packages/hoppscotch-backend/src/guards/rest-pat-auth.guard.ts","packages/hoppscotch-backend/src/guards/throttler-behind-proxy.guard.ts","packages/hoppscotch-backend/src/health/health.controller.ts","packages/hoppscotch-backend/src/health/health.module.ts","packages/hoppscotch-backend/src/infra-config/dto/onboarding.dto.ts","packages/hoppscotch-backend/src/infra-config/helper.ts","packages/hoppscotch-backend/src/infra-config/infra-config.controller.ts","packages/hoppscotch-backend/src/infra-config/infra-config.model.ts","packages/hoppscotch-backend/src/infra-config/infra-config.module.ts","packages/hoppscotch-backend/src/infra-config/infra-config.resolver.ts","packages/hoppscotch-backend/src/infra-config/infra-config.service.spec.ts","packages/hoppscotch-backend/src/infra-config/infra-config.service.ts","packages/hoppscotch-backend/src/infra-config/input-args.ts","packages/hoppscotch-backend/src/infra-config/onboarding.controller.ts","packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts","packages/hoppscotch-backend/src/infra-token/infra-token.model.ts","packages/hoppscotch-backend/src/infra-token/infra-token.module.ts","packages/hoppscotch-backend/src/infra-token/infra-token.resolver.ts","packages/hoppscotch-backend/src/infra-token/infra-token.service.ts","packages/hoppscotch-backend/src/infra-token/request-response.dto.ts","packages/hoppscotch-backend/src/interceptors/access-token.interceptor.ts","packages/hoppscotch-backend/src/interceptors/infra-token.interceptor.ts","packages/hoppscotch-backend/src/interceptors/user-last-active-on.interceptor.ts","packages/hoppscotch-backend/src/interceptors/user-last-login.interceptor.ts","packages/hoppscotch-backend/src/mailer/MailDescriptions.ts","packages/hoppscotch-backend/src/mailer/helper.ts","packages/hoppscotch-backend/src/mailer/mailer.module.ts","packages/hoppscotch-backend/src/mailer/mailer.service.ts","packages/hoppscotch-backend/src/mailer/templates/team-invitation.hbs","packages/hoppscotch-backend/src/mailer/templates/user-invitation.hbs","packages/hoppscotch-backend/src/main.ts","packages/hoppscotch-backend/src/mock-server/constants/mock-server-coll-request-example.ts","packages/hoppscotch-backend/src/mock-server/mock-request.guard.ts","packages/hoppscotch-backend/src/mock-server/mock-server-analytics.service.ts","packages/hoppscotch-backend/src/mock-server/mock-server-logging.interceptor.ts","packages/hoppscotch-backend/src/mock-server/mock-server.controller.ts","packages/hoppscotch-backend/src/mock-server/mock-server.model.ts","packages/hoppscotch-backend/src/mock-server/mock-server.module.ts","packages/hoppscotch-backend/src/mock-server/mock-server.resolver.ts","packages/hoppscotch-backend/src/mock-server/mock-server.service.spec.ts","packages/hoppscotch-backend/src/mock-server/mock-server.service.ts","packages/hoppscotch-backend/src/orchestration/sort/sort-team-collection.resolver.ts","packages/hoppscotch-backend/src/orchestration/sort/sort-user-collection.resolver.ts","packages/hoppscotch-backend/src/orchestration/sort/sort.model.ts","packages/hoppscotch-backend/src/orchestration/sort/sort.module.ts","packages/hoppscotch-backend/src/orchestration/sort/sort.service.spec.ts","packages/hoppscotch-backend/src/orchestration/sort/sort.service.ts","packages/hoppscotch-backend/src/plugins/GQLComplexityPlugin.ts","packages/hoppscotch-backend/src/posthog/posthog.module.ts","packages/hoppscotch-backend/src/posthog/posthog.service.ts","packages/hoppscotch-backend/src/prisma/prisma-error-codes.ts","packages/hoppscotch-backend/src/prisma/prisma.module.ts","packages/hoppscotch-backend/src/prisma/prisma.service.ts","packages/hoppscotch-backend/src/published-docs/input-type.args.ts","packages/hoppscotch-backend/src/published-docs/published-docs.controller.ts","packages/hoppscotch-backend/src/published-docs/published-docs.model.ts","packages/hoppscotch-backend/src/published-docs/published-docs.module.ts","packages/hoppscotch-backend/src/published-docs/published-docs.resolver.ts","packages/hoppscotch-backend/src/published-docs/published-docs.service.spec.ts","packages/hoppscotch-backend/src/published-docs/published-docs.service.ts","packages/hoppscotch-backend/src/pubsub/pubsub.module.ts","packages/hoppscotch-backend/src/pubsub/pubsub.service.ts","packages/hoppscotch-backend/src/pubsub/topicsDefs.ts","packages/hoppscotch-backend/src/shortcode/shortcode.model.ts","packages/hoppscotch-backend/src/shortcode/shortcode.module.ts","packages/hoppscotch-backend/src/shortcode/shortcode.resolver.ts","packages/hoppscotch-backend/src/shortcode/shortcode.service.spec.ts","packages/hoppscotch-backend/src/shortcode/shortcode.service.ts","packages/hoppscotch-backend/src/team-collection/guards/gql-collection-team-member.guard.ts","packages/hoppscotch-backend/src/team-collection/helper.ts","packages/hoppscotch-backend/src/team-collection/input-type.args.ts","packages/hoppscotch-backend/src/team-collection/team-collection.controller.ts","packages/hoppscotch-backend/src/team-collection/team-collection.model.ts","packages/hoppscotch-backend/src/team-collection/team-collection.module.ts","packages/hoppscotch-backend/src/team-collection/team-collection.resolver.ts","packages/hoppscotch-backend/src/team-collection/team-collection.service.spec.ts","packages/hoppscotch-backend/src/team-collection/team-collection.service.ts","packages/hoppscotch-backend/src/team-environments/gql-team-env-team.guard.ts","packages/hoppscotch-backend/src/team-environments/input-type.args.ts","packages/hoppscotch-backend/src/team-environments/team-environments.model.ts","packages/hoppscotch-backend/src/team-environments/team-environments.module.ts","packages/hoppscotch-backend/src/team-environments/team-environments.resolver.ts","packages/hoppscotch-backend/src/team-environments/team-environments.service.spec.ts","packages/hoppscotch-backend/src/team-environments/team-environments.service.ts","packages/hoppscotch-backend/src/team-environments/team.resolver.ts","packages/hoppscotch-backend/src/team-invitation/input-type.args.ts","packages/hoppscotch-backend/src/team-invitation/team-invitation.model.ts","packages/hoppscotch-backend/src/team-invitation/team-invitation.module.ts","packages/hoppscotch-backend/src/team-invitation/team-invitation.resolver.ts","packages/hoppscotch-backend/src/team-invitation/team-invitation.service.ts","packages/hoppscotch-backend/src/team-invitation/team-invite-team-owner.guard.ts","packages/hoppscotch-backend/src/team-invitation/team-invite-viewer.guard.ts","packages/hoppscotch-backend/src/team-invitation/team-invitee.guard.ts","packages/hoppscotch-backend/src/team-invitation/team-teaminvite-ext.resolver.ts","packages/hoppscotch-backend/src/team-request/guards/gql-request-team-member.guard.ts","packages/hoppscotch-backend/src/team-request/input-type.args.ts","packages/hoppscotch-backend/src/team-request/team-request.model.ts","packages/hoppscotch-backend/src/team-request/team-request.module.ts","packages/hoppscotch-backend/src/team-request/team-request.resolver.ts","packages/hoppscotch-backend/src/team-request/team-request.service.spec.ts","packages/hoppscotch-backend/src/team-request/team-request.service.ts","packages/hoppscotch-backend/src/team/decorators/requires-team-role.decorator.ts","packages/hoppscotch-backend/src/team/guards/gql-team-member.guard.ts","packages/hoppscotch-backend/src/team/guards/rest-team-member.guard.ts","packages/hoppscotch-backend/src/team/team-member.resolver.ts","packages/hoppscotch-backend/src/team/team.model.ts","packages/hoppscotch-backend/src/team/team.module.ts","packages/hoppscotch-backend/src/team/team.resolver.ts","packages/hoppscotch-backend/src/team/team.service.spec.ts","packages/hoppscotch-backend/src/team/team.service.ts","packages/hoppscotch-backend/src/types/AccessToken.ts","packages/hoppscotch-backend/src/types/AuthTokens.ts","packages/hoppscotch-backend/src/types/AuthUser.ts","packages/hoppscotch-backend/src/types/CollectionFolder.ts","packages/hoppscotch-backend/src/types/CollectionSearchNode.ts","packages/hoppscotch-backend/src/types/Email.ts","packages/hoppscotch-backend/src/types/InfraConfig.ts","packages/hoppscotch-backend/src/types/Passwordless.ts","packages/hoppscotch-backend/src/types/RESTError.ts","packages/hoppscotch-backend/src/types/RequestTypes.ts","packages/hoppscotch-backend/src/types/SortOptions.ts","packages/hoppscotch-backend/src/types/WorkspaceTypes.ts","packages/hoppscotch-backend/src/types/input-types.args.ts","packages/hoppscotch-backend/src/user-collection/input-type.args.ts","packages/hoppscotch-backend/src/user-collection/user-collection.module.ts","packages/hoppscotch-backend/src/user-collection/user-collection.resolver.ts","packages/hoppscotch-backend/src/user-collection/user-collection.service.spec.ts","packages/hoppscotch-backend/src/user-collection/user-collection.service.ts","packages/hoppscotch-backend/src/user-collection/user-collections.model.ts","packages/hoppscotch-backend/src/user-environment/user-environments.model.ts","packages/hoppscotch-backend/src/user-environment/user-environments.module.ts","packages/hoppscotch-backend/src/user-environment/user-environments.resolver.ts","packages/hoppscotch-backend/src/user-environment/user-environments.service.spec.ts","packages/hoppscotch-backend/src/user-environment/user-environments.service.ts","packages/hoppscotch-backend/src/user-environment/user.resolver.ts","packages/hoppscotch-backend/src/user-history/user-history-feature-flag.guard.ts","packages/hoppscotch-backend/src/user-history/user-history.model.ts","packages/hoppscotch-backend/src/user-history/user-history.module.ts","packages/hoppscotch-backend/src/user-history/user-history.resolver.ts","packages/hoppscotch-backend/src/user-history/user-history.service.spec.ts","packages/hoppscotch-backend/src/user-history/user-history.service.ts","packages/hoppscotch-backend/src/user-history/user.resolver.ts","packages/hoppscotch-backend/src/user-request/input-type.args.ts","packages/hoppscotch-backend/src/user-request/resolvers/user-collection.resolver.ts","packages/hoppscotch-backend/src/user-request/resolvers/user-request.resolver.ts","packages/hoppscotch-backend/src/user-request/user-request.model.ts","packages/hoppscotch-backend/src/user-request/user-request.module.ts","packages/hoppscotch-backend/src/user-request/user-request.service.spec.ts","packages/hoppscotch-backend/src/user-request/user-request.service.ts","packages/hoppscotch-backend/src/user-settings/user-settings.model.ts","packages/hoppscotch-backend/src/user-settings/user-settings.module.ts","packages/hoppscotch-backend/src/user-settings/user-settings.resolver.ts","packages/hoppscotch-backend/src/user-settings/user-settings.service.spec.ts","packages/hoppscotch-backend/src/user-settings/user-settings.service.ts","packages/hoppscotch-backend/src/user-settings/user.resolver.ts","packages/hoppscotch-backend/src/user/user.data.handler.ts","packages/hoppscotch-backend/src/user/user.model.ts","packages/hoppscotch-backend/src/user/user.module.ts","packages/hoppscotch-backend/src/user/user.resolver.ts","packages/hoppscotch-backend/src/user/user.service.spec.ts","packages/hoppscotch-backend/src/user/user.service.ts","packages/hoppscotch-backend/src/utils.ts","packages/hoppscotch-backend/test/app.e2e-spec.ts","packages/hoppscotch-backend/test/jest-e2e.json","packages/hoppscotch-backend/tsconfig.build.json","packages/hoppscotch-backend/tsconfig.json","packages/hoppscotch-cli/.gitignore"],"storefront":"/r/hoppscotch","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/hoppscotch/hoppscotch/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}