hi there,
thanks for this great work and for making it public!! ❤️
I am searching for a way to forward SMS to my very own API.
if I am correct, this line of code sets the URL of the server the android app is talking to:
|
private val baseURL = URI("https://api.httpsms.com") |
is that correct ? i would like to use my webserver (PHP) to process incoming SMS.
for that it would be amazing if I could configure that URL. i am not an android developer
so changing that URL and start compiling my very first kotlin app is nothing I am really excited about 😁
so maybe there is a chance, you could make that URL configurable in the android app but keep it as default,
so nothing changes for a regular user, but someone like me, would be able to push the information to my own server.
i would be very happy, if you would be open that idea.
thanks,
micha
hi there,
thanks for this great work and for making it public!! ❤️
I am searching for a way to forward SMS to my very own API.
if I am correct, this line of code sets the URL of the server the android app is talking to:
httpsms/android/app/src/main/java/com/httpsms/HttpSmsApiService.kt
Line 19 in 9374001
is that correct ? i would like to use my webserver (PHP) to process incoming SMS.
for that it would be amazing if I could configure that URL. i am not an android developer
so changing that URL and start compiling my very first kotlin app is nothing I am really excited about 😁
so maybe there is a chance, you could make that URL configurable in the android app but keep it as default,
so nothing changes for a regular user, but someone like me, would be able to push the information to my own server.
i would be very happy, if you would be open that idea.
thanks,
micha