| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 3485 |
| Technical Name |
api_request_tester |
| License | OPL-1 |
| Website | https://github.com/Shubham-records |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 3485 |
| Technical Name |
api_request_tester |
| License | OPL-1 |
| Website | https://github.com/Shubham-records |
API Request Tester
The Complete Postman Clone inside Odoo
Need to test external APIs that only whitelist your staging or production server's IP address? Bypass local IP restrictions and debug directly from Odoo backend with a full-featured API client.
Why build this? The "Whitelisted IP" Problem
â Traditional Way
External APIs (government portals, banks, carriers) whitelist only your Odoo Server's static IP. Your local Postman gets blocked (403 Forbidden). You have to write raw scripts or use SSH to debug.
â The Odoo Way
Run this module inside Odoo.
Requests are sent via Odoo's backend using Python's requests.
Calls automatically use the whitelisted server IP. You test instantly via a Postman-like GUI!
Key Capabilities & Features
Smart cURL Command Parsing
Simply paste any cURL command directly into the URL bar. The app parses methods, headers, body variables, and parameters automatically.
Collections & Folders Hierarchy
Organize requests into neat nested folders and collections. Save requests to share setup configurations and environment keys with other developers or admins.
Pre-Request Scripts & Assertions
Run custom logic before making requests or set assertions to automatically validate response statuses, headers, and payload structures.
Bearer & Basic Authentication
Supports API keys, Bearer tokens, and Basic auth configurations. Credentials are encrypted and securely loaded per environment.
Multiple Payload Types
Test REST & GraphQL endpoints. Supports JSON body, urlencoded payloads, raw text, multipart form-data (file uploads), and custom GraphQL queries with variables.
Detailed History Logger
Tracks all sent requests with execution status, headers, and logs so that you can view previous results and load older setups instantly.
How to Use
- Install the module and open the **API Tester** client from Odoo Apps dashboard.
- Create a new **Collection** or **Folder** in the sidebar to organize your endpoints.
- Type your destination endpoint URL or paste a raw `cURL` command directly into the URL bar to auto-populate fields.
- Configure Headers, Auth parameters, or payload Body details.
- Click **Send** to dispatch requests via Odoo's backend and get a formatted response layout (JSON, HTML, Headers, status, assertion logs, etc.).
Need Support or Customizations?
If you have questions, face issues, or need bespoke integrations, feel free to contact us.
Contact DeveloperOdoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must 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.
Please log in to comment on this module