Request Boomerang
# Quick Start Easily create fake requests with your data, and send what you need to receive. RequestBoomerang will help you to test, prototype, and mock, with real data. Give a boost to your frontend development without waiting for the backend. With a request to: ``` /query-json?data={"name":"RequestBoomerang","success":true,"version":1} ``` you will get: ```json { "name": "RequestBoomerang",…
Request Boomerang endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get your data /query-json |
Returns the data that you provide. The data parameter must be a valid JSON |
| POST |
Post your data /query-json |
Returns the data that you provide. The data parameter must be a valid JSON |
| PUT |
Put your data /query-json |
Returns the data that you provide. The data parameter must be a valid JSON |
| PATCH |
Patch your data /query-json |
Returns the data that you provide. The data parameter must be a valid JSON |
| DELETE |
Delete your data /query-json |
Returns the data that you provide. The data parameter must be a valid JSON |
Request Boomerang pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $3.5 / month | 1 / second |
|
| ULTRA | $7.5 / month | 1 / second |
|