**BREAKING CHANGES:**
- Remove Query and Table support.
- Change model `__init__()` to take `raw_model` instead of multiple args.
**Changes:**
- Change PUTs to send all fields to the API, instead of relying on PATCH-like behavior.
- Change model `update()` method to update the API with all fields.
- Allow more model properties to be updatable.
- Fix `File.iter_content()` to not download through primary API.