We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OHHTTPStubs
It seems that some wiki contents are incorrect. https://github.com/AliSoftware/OHHTTPStubs/wiki/Usage-Examples
// wrong OHHTTPStubsResponse(data: stubData!, statusCode:200, headers:nil) // correct HTTPStubsResponse(data: stubData!, statusCode:200, headers:nil)
The text was updated successfully, but these errors were encountered:
I noticed the error, too. Too bad cannot edit the wiki and send a PR. It should be a quick and easy fix.
Sorry, something went wrong.
+1, the issue is still here and confusing for new users. Would be nice if we can edit the wikis
The curse of open source. Wasted half an hour on this.
+1 very confusing for new users!
No branches or pull requests
New Issue Checklist
OHHTTPStubs
for your project sectionEnvironment
Issue Description
It seems that some wiki contents are incorrect.
https://github.com/AliSoftware/OHHTTPStubs/wiki/Usage-Examples
Complete output when you encounter the issue (if any)
The text was updated successfully, but these errors were encountered: