- Notifications
You must be signed in to change notification settings - Fork263
Local-first Developer Tool to Build, Test, Intercept & Mock API Requests. Requestly is a combination of REST API Client and HTTP Interceptor. It is simple, beautiful and powerful alternative to Postman, Insomnia, Bruno and Charles Proxy.
License
requestly/requestly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Requestly is a powerful combination of a local HTTP Proxy and an API client with collaboration features. Requestly can be used directly in the browser as a Chrome Extension or installed as a desktop application.
- A Local-first Solution
- REST API Client
- Environments
- HTTP Interceptor - Intercept & Modify HTTP Requests
- API Mocking
- 1-Click Imports from Postman, Insomnia, Modheader, Charles Proxy, and Resource Override
- Support Channels
- 👩💻 Development
- 🙏 Contributing
Local Workspaces is a simple, powerful, and privacy-friendly approach to building, testing & mocking your APIs. All your data is stored in the selected directory on your disk. You can also import all your API client files (requests, collections, environments) and codebase into VSCode and edit them directly in your IDE.
Collaborate with your colleagues using your preferred sync engine - Git, Google Drive, iCloud, or nothing at all.
Team Workspaces are great for seamless collaboration through Requestly sync engine.
Rest API Client offers a local API playground to build and test your APIs. It supports features like API Collections, Environments, Environment Switcher, API Requests History with a beautiful and collaborative interface.
Environment is a set of key-value pairs that can be used in API requests. Environments feature lets you manage variables across multiple environments with an easy environment selector. We support Global variables as well as Collection level variables.Docs
HTTP Rules feature can be used toIntercept, Monitor & Modify HTTPs requests & responses from browsers & mobile apps.
- Use the Chrome/Firefox/Edge extension for Intercepting & Modifying traffic from browsers
- Use the desktop app for capturing & modifying traffic from browsers, mobile apps & other desktop apps.
Different Modifications supported
- Redirect URLs (Map Local & Map Remote) e.g.
- Change Hostname, QueryParams, etc in the URL
- Redirect traffic from one environment to another (e.g. production to dev)
- Swap Tag Manager scripts from production to staging/dev environment
- Modify HTTP Request & Response Headers
- Modify API Request & Response body
- Inject scripts on web pages
Requestly offers a complete API Mocking solution. Using Requestly, you can
- Create Local API Mocks: Intercept the API Requests and return the new response
- Static & Dynamic Response Overrides: Override the API response received from server dynamically using simple JS
- GraphQL Support: Override graphQL APIs by targeting on query, operationName
- Create Cloud-based API Mocks: Create cloud-based API Mocks and get new endpoints for the mocks
- Bulk API Mocks: Record API traffic & Serve the Mocks from the recorded Session
- Mock APIs in e2e testing: Use Requestly in your e2e Cypress/Playwright/Selenium and mock the APIs in CI pipeline
Requestly providesImporting Configuration from the following tools
API Clients
- Import from Postman
- Import from Insomnia - Coming Soon
- Import from Bruno - Coming Soon
HTTP Interceptors
- Documentation: Product Documentation and Understanding of different features
- Security & Privacy: Our Security & Privacy document
- Email contact@requestly.com: Email Support
- StackOverflow Questions: Ask Questions on StackOverflow and add "Requestly" tag
This repository contains the source code for Browser extension and UI application which make up the core of Requestly.
Please follow theGetting Started Guide to get to know about the development process in this repository.
Start working on individual modules:
- Browser extension
- UI application
- Desktop application (Electron-based application for MacOS, Linux, Windows)
- Web SDK (facilitates SessionBook)
- Mock Server
- Backend
Currently, while Requestly is open source, we are not accepting pull requests. As a startup with a small team, our focus is on moving quickly and we currently lack the resources and documentation needed to actively support an open-source community. This will probably change in the future.
If you are still interested, read ourcontributing guide to learn about how to propose bugfixes and improvements, and how the development process works.
Sagar Soni 💻 | Sahil Gupta 💻 | Vaibhav Nigam 💻 | Parth Bhardwaj 💻 | Rohan Mathur 💻 | Nafees Nehar 💻 | Navdeep Singh Rathore 💻 |
Sachin Jain 💻 | ashishsangle707 📆 | Shrey Gupta 💻📆 | Charanaraj N 💻 | Muhammad-Daniyal-Jawad1 💻 | PIYUSH NEGI 💻 |
About
Local-first Developer Tool to Build, Test, Intercept & Mock API Requests. Requestly is a combination of REST API Client and HTTP Interceptor. It is simple, beautiful and powerful alternative to Postman, Insomnia, Bruno and Charles Proxy.