Skip to content
Other

britbox.co.uk

Rocket Services sandbox and mock API

An Orchestration Layer that takes ISL services and packages them in a more targeted way for front-end applications. This in turn makes client integration easier and reduces the complexity and size of front-end applications. Rocket is also customisable - allowing UI engineers to ‘remix’ the existing back-end services into something that best suits the application they are developing. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
121
Collections
-
Event types
-
example request
curl https://your-britbox-uk.slurry.io/api/account \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 3.730.300-ref-1-39-0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 121.

  • GET/account
  • PATCH/account
  • GET/account/billing/methods
  • POST/account/billing/methods
  • GET/account/billing/methods/{id}
  • DELETE/account/billing/methods/{id}
  • GET/account/billing/purchases
  • POST/account/billing/purchases
  • PUT/account/billing/subscriptions/{id}
  • DELETE/account/billing/subscriptions/{id}
  • GET/account/devices
  • POST/account/devices