WebDB
Often when building frontend applications as part of a wider team, there can be difficulties in waiting for server-side APIs to be completed. WebDB can be used as a placeholder for such APIs, allowing you to perform create, read, update and delete operations on arbitrary collections of values using standard REST syntax. App icon courtesy of https://www.flaticon.com/authors/kliwir-art
WebDB endpoints
| Method | Endpoint | Description |
|---|---|---|
| Entries | ||
| GET |
/api/v1/{collection}/{id} /api/v1/{collection}/{id} |
|
| PUT |
/api/v1/{collection}/{id} /api/v1/{collection}/{id} |
|
| POST |
/api/v1/{collection} /api/v1/{collection} |
|
| PATCH |
/api/v1/{collection}/{id} /api/v1/{collection}/{id} |
|
| GET |
/api/v1/{collection} /api/v1/{collection} |
|
WebDB pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | 1000 / minute |
|
| MEGA | $50 / month | 5000 / minute |
|