Rico Yao

Results 4 comments of 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...