You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSDate parameters seem to be percent-encoded using their description string, which contains whitespace. This causes an NSDate such as 2016-05-31 16:31:44 +0000 to be encoded as 2016-05-31%2016%3A31%3A44%20%2B0000 in the HTTP request.
Swagger-codegen version
2.1.6
Suggest a Fix
NSDate parameters should be passed through an NSDateFormatter before adding it to the HTTP request, so that it looks something like: 2016-05-31T16:31:44Z