-
Notifications
You must be signed in to change notification settings - Fork 71
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
Dynamic endpoint #141
Comments
Greeting @droidizer
Hope to help |
I have just one endpoint but imagine I need to ask the user to enter the Kind Regards, On Wed, May 4, 2016 at 5:54 PM, Erick Navarro [email protected]
|
That doesnt seem hard:
If for any reason the user is not gonna do this once, but several times during the use of the app (the user will have to type several urls as in a web explorer), then the most usable approach is to create a storable model. Store every model in the app database and use an autocomplete edit text for inputing the urls suggesting the matches from previous url to the user. Hope to help, any other question I could help I will be glad :) |
Oh ok. So, it overrides the base url. Missed that. Thanks for the detailed explanation. Tbh I like wasp too. :) |
Hello,
Is there a way I could dynamically set the endpoint instead of hard coded base url?
Like @url annotation? I see setEndpoint is not optional.
The text was updated successfully, but these errors were encountered: