Mocker
Mocker copied to clipboard
Mock Alamofire and URLSession requests without touching your code implementation
Resolves #93. Extend the Mocker's ignore rules to have an option to ignore any URLs that start with a specific prefix. This expands on existing functionality that has ignore rules...
I integrated Mocker according to the documentation and found that all requests without register will also prompt "No mocked data found for url". Can URLs without register be requested directly?
Hey 👋 I constantly see Mocker warnings about not mocking 3rd party URLs such as from mixpanel or Realm. The problem is that the URLs look like: ``` https://api.mixpanel.com/track/?data=eyJldmVudCI………redacted-for-brevity-but-it's-a-really-long-url-jBkYmQ3ODzeCJ9fQ==&ip=1 ```...
Adding *.podspec file so we can import the library from podfile.
I'm using Mocker as mock backend for our app to be able to develop the app in "demo mode" as long as other developers are still working on the backend....