Skip to content

configure api url in android app (to use custom endpoints) #23

Description

@michabbb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions