Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Response dataclasses models instead of dicts #15

@leynier

Description

@leynier

Working with dictionaries in the responses makes the development tedious process, it would be good if the response of the methods were dataclasses.

The types can be found in the gotrue-js documentation: https://supabase.github.io/gotrue-js

We can use pydantic as it brings validation and deserialization or else uses dataclasses and implement deserialization by ourselves.

I wait for feedback, I'm willing to work on the pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions