Skip to content

v3.0.0

Choose a tag to compare

@winrid winrid released this 30 Jun 19:20
f31d2f9

Regenerates the Python client from the latest OpenAPI spec. Two notable changes since the last release:

Grouped request parameters: all API methods now take required parameters and the request body positionally, with an operation's optional parameters that are grouped into a single typed options object, e.g. CreateCommentPublicOptions (a lone optional is a direct keyword argument, and operations with none take no options argument).

Moderation API: adds the moderator-dashboard endpoints (listing, searching, counting and exporting comments and logs; moderation actions such as remove/restore/flag and review/spam/approval status; vote adjustments; bans; badges and trust), authenticated with an SSO moderator token.

Model rename: PostRemoveCommentResponse is renamed to PostRemoveCommentApiResponse.