Api Mocking Toolkit OFFICIAL SALE

  • API Mocking Toolkit lets you keep building online features even when your backend API is missing, unstable or slow. Instead of hard‑coded test URLs or throw‑away JSONs, you manage all of your HTTP/REST endpoints from one Editor window and flip between real/local/qa servers or just mock them with rich customisable response (sequences) of headers/bodies/latency/status codes, etc.
  • What you configure – In a single, focused editor window you define collections of endpoints (for example "Auth + Player Profile" or "Storefront API"), choose HTTP method, URL, match mode, status code, latency and JSON body, and group them into reusable collections you can share with your team. You can keep separate collections for features, teams or projects, load only what you need, and export/import collections in OpenAPI 3.0 or native JSON — both are round‑trip safe (OpenAPI uses vendor extensions to preserve mock data losslessly) — so they can live in source control or be shared with backend/API teammates; a smart merge dialog prevents duplicates when re‑importing.
  • How you use it while playing – Your game continues to talk to your usual HTTP wrapper / `ApiClient`. The toolkit quietly intercepts those calls and, based on your settings, either forwards them to the real server (dev/QA/prod) or returns a mock response. Toggling Use Mock switches between real and simulated responses without touching gameplay code, so you can quickly explore slow servers, error codes or specific payloads while watching requests in the session log, revisiting logs from previous play sessions, and jumping straight back to the endpoint that handled them.
  • Typical use cases – Prototyping online features, letting designers and QA explore flows without a backend, writing repeatable integration tests that never hit production, and quickly reproducing bugs that depend on specific payloads or timing.
  • How it works – The toolkit stores your endpoints as reusable collections edited through the window. At runtime it intercepts HTTP calls made via its API and decides between a real `UnityWebRequest` and a mock response based on your settings. Environment profiles (Dev/Staging/Prod) let you flip base URLs, and the session log tracks every call.
  • Limitations – Focused on HTTP/HTTPS APIs that use `UnityWebRequest`; it does not currently mock WebSockets, gRPC or streaming APIs.
  • Designed and tested with Unity 2021.3 LTS+.

For more details visit: https://api-mocking-toolkit.codecarnage.com/