Breaking fix changes
- The base
Query
class for all[...]/query
methods has been updated to expose attribute values with underscore naming like all other model and method attributes in jmapc, instead of the inadvertently used camelCase. The two renamed attributes are:Query.anchorOffset
->Query.anchor_offset
Query.calculateTotal
->Query.calculate_total
What's Changed
- Apply updates from upstream project template by @smkent in #57
- Remove coverage.xml by @smkent in #58
- Move sseclient.pyi into types directory by @smkent in #59
- Fix Query method class attributes to use underscores, add template updates by @smkent in #60
Full Changelog: v0.2.1...v0.2.2