Rico Yao
Rico Yao
> For invalid JSON: > The initializer that takes a json object should either throw an exception or fail to initialize a model (return null) in the case of an...
Just in case it wasn't clear, by "non-optional" field, I'm referring to the fields in the `"required": []` block of the json schema.
@rahul-malik > you can add the version to the generated code Just confirming what you mean by this - are you suggesting that we configure our own scripts to add...
I believe the best way to accomplish the use case you described would be to download the file directly through the base SDK: https://github.com/box/box-ios-sdk/blob/master/doc/Files.md#download-a-box-file The Preview SDK often does not...
Thank you for the report. Could you please give us the specific device type (e.g. Motorola Droid) and operating system level (e.g. 2.3.4) on which you ran into this?
Hello, the issue should now be resolved. Could you please give it another try and let me know if it succeeds? Thanks, and our apologies for the error.
Very interesting, thanks for the report. We've never had this reported to us, nor have we seen this in our own use of the library, but we'll definitely look into...
Hey blacswann, we anticipate that we could have other layouts go into this library as we build out other features that we want developers to be able to take advantage...
Thanks! One thing I noticed is that you switched from the "renamedgson" library to the regular gson library. The reason we renamed the gson package was because of bugs on...
Thanks for the feedback. I agree it would be convenient to be able to get an InputStream directly. A possible workaround is to use piped streams, or a circular byte...