Skip to content

[P1][Sprint 1][Subscriptions] Complete get, update, pause, and resume lifecycle #100

Description

@karlwaldman

Why

The API exposes GET/PATCH /v1/subscriptions/{id} and pause/resume member actions. The Python client currently supports list/create/delete/events only.

Acceptance criteria

  • Add typed sync and async get, update, pause, and resume methods.
  • Validate IDs and update payloads before network calls.
  • Return typed Subscription objects and preserve server recovery metadata.
  • Test 404, 422, entitlement, malformed-success, and timeout paths.
  • Add an isolated live lifecycle smoke with guaranteed cleanup.
  • Document and release the completed lifecycle.

Delivery

Independent Python release.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew featurepriority: highShould be fixed soonqaQuality assurance and testing

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions