Skip to content

Get static typing support on the client #86

@olliesilvester

Description

@olliesilvester

As of #80, the client is able to get you data as a dictionary, a string, or as raw bytes. However, the type comes out as Any. using pydantic's TypeAdapter, we should be able to improve this. The user can request a type, and either this is the type they'll get, or an exception will be raised.

Acceptance Criteria

  • Static typing working on the client

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions