Mockingjay
Mockingjay copied to clipboard
An elegant library for stubbing HTTP requests with ease in Swift
Hi. This pull-request merges the current bug fixes and support for Swift Package Manager into a working code base. You may consider merging the changes in a different order, but...
The error was fixed 2 months ago. Is it possible to create a new alpha build (3.0.0-alpha.2) and upload it to CocoaPods with the fix? @kylef
As the only dependency URITemplate supports it, just adding Package.swift would work fine.
I was thinking what would help me in testing. Callback when stub responds to request. I am more than happy to implement it. What do you think @kylef ?
Hi everyone, I'm currently implementing unit tests on my tvOS application and I'd like to mock HTTP requests from Apollo (GraphQL Client). I already use Mockingjay on my iOS app...
By default cocoapods uses the 2.0.1 version of Mockingjay which makes the build fail when using Swift 5 due to issue #110. You have to specify `pod 'Mockingjay', '3.0.0-alpha.1'` in...
I tried to use cocopod to import lib inside of my project but still run into problem like this Could not build Objective-C module 'Mockingjay' I used Swift 5  will be continuing? There are multiple open pull requests which fix...