joker 0.1.0-dev.2
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 responsesstubText()method for creating text-based stub responsesJokerFileLoadExceptionexception 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.