Libraries

Stoobly provides language-specific libraries for integrating HTTP request interception, recording, and mocking into your applications.

Available Libraries

Library
Package
Description

stoobly (npm)

Node.js/TypeScript library for intercepting and mocking HTTP requests

When to Use Libraries

Use a Stoobly library when you need to:

  • Intercept HTTP requests programmatically in your test suites

  • Mock API responses during development or testing

  • Record and replay HTTP traffic from within your application code

For CLI-based workflows, see the stoobly-agent CLI documentation.

Last updated