-
Notifications
You must be signed in to change notification settings - Fork 163
Description
Is your feature request related to a problem? Please describe.
Currently, the functionality of the whodb app can only be accessed manually after installation. This limits automation and integration with other systems. I’m always frustrated when I need to manually configure or interact with the app after it’s installed.
Describe the solution you'd like
It would be great if the app could provide an API that allows users to configure and access its features programmatically after installation. This would make the app more flexible and integratable into automated workflows.
Describe alternatives you've considered
I considered using workarounds like manual scripting or automating via external tools, but having a native API integrated into the app would be much cleaner and more efficient.
Additional context
This API could include endpoints for accessing data, triggering actions, or modifying settings, similar to other apps that provide API functionality for management after installation.