The SDK currently returns an NSData instance containing the raw json response from the request. It might be convenient to handle the json deserialization step and convert to an NSDictionary so that clients of the SDK don't have to code that boilerplate.
The SDK currently returns an NSData instance containing the raw json response from the request. It might be convenient to handle the json deserialization step and convert to an NSDictionary so that clients of the SDK don't have to code that boilerplate.