-
Notifications
You must be signed in to change notification settings - Fork 23
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
IllegalStateException: Base URL required. #2
Comments
Me too getting this error. Please update... java.lang.IllegalStateException: Base URL required. |
add baseurl in class restclient example |
Hi Anna arthdi putra,
I have changed the base URL to http://necistudio.com.
Thanks
…On Thu, Mar 2, 2017 at 8:20 AM, Anna arthdi putra ***@***.***> wrote:
add baseurl in class restclient
example
Retrofit client = new Retrofit.Builder()
.baseUrl("http://necistudio.com")
.client(okclient)
.addConverterFactory(GsonConverterFactory.create())
.build();
ApiInterface = client.create(ApiInterface.class);
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANhzVkReLsxtMis1h1vnTSxJt8mobNINks5rhi56gaJpZM4MGAil>
.
--
Regards,
KPN Karthik, Chief Technologist
P*erfect*M*inders*
Mobile App Builders
Chennai
http://www.perfectminders.com
contact : 9600019678
|
Clear issues all. |
While loading URL I'm getting the following error:
The text was updated successfully, but these errors were encountered: