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
The following line parsed and worked fine using Nocilla (0.11.0) in Swift 2:
stubRequest("POST", "\(baseURL)/hello") .withHeaders([ "content-type": "application/json", "USER_ID": "[email protected]" ]) .withBody(try! JSON(["body"]).serialize())
How do I spell this in Swift 3?
The text was updated successfully, but these errors were encountered:
Use this fork: https://github.com/pcantrell/Nocilla/tree/null-annotations
I had to explicit cast String to NSString in some places
PROFIT!
Sorry, something went wrong.
Needed a few as NSData too, but 👍, thanks.
as NSData
No branches or pull requests
The following line parsed and worked fine using Nocilla (0.11.0) in Swift 2:
How do I spell this in Swift 3?
The text was updated successfully, but these errors were encountered: