joker 0.1.0-dev.2 copy "joker: ^0.1.0-dev.2" to clipboard
joker: ^0.1.0-dev.2 copied to clipboard

HTTP request stubbing and mocking library for Dart. Intercept HTTP requests from any library using HttpOverrides.

Changelog #

0.1.0-dev.2 #

Added #

  • stubJsonFile() method for loading JSON files as stub responses
  • stubText() method for creating text-based stub responses
  • JokerFileLoadException exception for handling file loading errors

Changed #

  • _addStub() and _stubUrl() methods are now private for internal library use
  • Public stub methods are now the recommended API for developers

0.1.0-dev.1 #

  • Initial version with foundational features.
4
likes
0
points
0
downloads

Publisher

verified publisherduckytie.com

Weekly Downloads

HTTP request stubbing and mocking library for Dart. Intercept HTTP requests from any library using HttpOverrides.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on joker