Skip to content

Expose data model #579

@speekha

Description

@speekha

⚠️ Is your feature request related to a problem? Please describe

We recently added a feature allowing users to export all sorts of logs in some builds of our app. Since all network logs are already store in chucker's database, it would have been very helpful to be able to query that database through Chucker's API, but it wasn't possible because most of Chucker's code is declared as internal and thus not accessible from another module.

💡 Describe the solution you'd like

Repository and model classes could be exposed as public.

📊 Describe alternatives you've considered

A current workaround is for devs to query the database themselves (basically duplicating Chucker's code), which implies running the risk of their code being broken when Chucker's design evolves without the safety of compile time verifications.

🙋 Do you want to develop this feature yourself?

Could offer help by pushing a PR if needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestRequest a new feature to be developed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions