{"@context": "https://schema.org", "@type": "WebAPI", "name": "Request Baskets API API", "description": "RESTful API of [Request Baskets](https://rbaskets.in) service. Request Baskets is an open source project of a service to collect HTTP requests and inspect them via RESTful API or web UI. Check out the [project page](https://github.com/darklynx/request-baskets) for more detailed description.", "provider": {"@type": "Organization", "name": "rbaskets.in"}, "documentation": "https://raw.githubusercontent.com/darklynx/request-baskets/master/doc/api-swagger.yaml"}
RESTful API of [Request Baskets](https://rbaskets.in) service. Request Baskets is an open source project of a service to collect HTTP requests and inspect them via RESTful API or web UI. Check out the [project page](https://github.com/darklynx/request-baskets) for more detailed description.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://rbaskets.in
auth: a p i k e y
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
RESTful API of [Request Baskets](https://rbaskets.in) service. Request Baskets is an open source project of a service to collect HTTP requests and inspect them via RESTful API or web UI. Check out the [project page](https://github.com/darklynx/request-baskets) for more detailed description.
| method | path | what the vendor says it does |
|---|---|---|
GET | /api/baskets | Get baskets Fetches a list of basket names managed by service. Require master token. baskets |
GET | /api/baskets/{name} | Get basket settings Retrieves configuration settings of this basket. baskets |
POST | /api/baskets/{name} | Create new basket Creates a new basket with this name. baskets |
PUT | /api/baskets/{name} | Update basket settings Updates configuration settings of this basket. Special configuration parameters for re |
DELETE | /api/baskets/{name} | Delete basket Permanently deletes this basket and all collected requests. baskets |
GET | /api/baskets/{name}/requests | Get collected requests Fetches collection of requests collected by this basket. requests |
DELETE | /api/baskets/{name}/requests | Delete all requests Deletes all requests collected by this basket. requests |
GET | /api/baskets/{name}/responses/{method} | Get response settings Retrieves information about configured response of the basket. Service will reply with t |
PUT | /api/baskets/{name}/responses/{method} | Update response settings Allows to configure HTTP response of this basket. The service will reply with configu |
GET | /api/stats | Get baskets statistics Get service statistics about baskets and collected HTTP requests. Require master token. |
GET | /api/version | Get service version Get service version. service |
GET | /baskets | Get baskets Fetches a list of basket names managed by service. Require master token. baskets |
GET | /baskets/{name} | Get basket settings Retrieves configuration settings of this basket. baskets |
POST | /baskets/{name} | Create new basket Creates a new basket with this name. baskets |
PUT | /baskets/{name} | Update basket settings Updates configuration settings of this basket. Special configuration parameters for re |
DELETE | /baskets/{name} | Delete basket Permanently deletes this basket and all collected requests. baskets |
GET | /baskets/{name}/requests | Get collected requests Fetches collection of requests collected by this basket. requests |
DELETE | /baskets/{name}/requests | Delete all requests Deletes all requests collected by this basket. requests |
GET | /baskets/{name}/responses/{method} | Get response settings Retrieves information about configured response of the basket. Service will reply with t |
PUT | /baskets/{name}/responses/{method} | Update response settings Allows to configure HTTP response of this basket. The service will reply with configu |
specification origin: https://raw.githubusercontent.com/darklynx/request-baskets/master/doc/api-swagger.yaml
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.