-
-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Labels
feature requestRequest a new feature to be developedRequest a new feature to be developed
Description
⚠️ 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
Labels
feature requestRequest a new feature to be developedRequest a new feature to be developed