Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Standalone REST API #45

Open
kriegfrj opened this issue Feb 14, 2025 · 2 comments
Open

[feature] Standalone REST API #45

kriegfrj opened this issue Feb 14, 2025 · 2 comments

Comments

@kriegfrj
Copy link

Thank you for this interesting and potentially valuable project!

It is not 100% clear to me what the architecture of this project is, but it seems to me that there is a public website that hosts the API, and all of the SMS flow is from the client through this website, back to the Android device to perform the actual SMS sending.

I am wondering if there is a reason that the API server couldn't be hosted on the Android device itself, therefore removing the need to involve the third party API server?

@vernu
Copy link
Owner

vernu commented Feb 14, 2025

@kriegfrj what do you mean by "couldn't be hosted on the Android device itself"?

the API is responsible for handling your requests from the web dashboard or your other apps through REST API, how else can the messages be requested to be sent without the API in the middle?

@kriegfrj
Copy link
Author

@vernu thank you for your response.

I understand the need for the API - I guess what I mean is: couldn't the API server run on the Android device too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants