Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rest

Retrofit 2 @path Vs @query

I am new to retrofit 2 library.I read several articles to get started as a beginner and I managed t… Read more Retrofit 2 @path Vs @query

Retrofit Android Not Working And Has No Error

I just implemented the retrofit android library for rest api call but it is not working and has no … Read more Retrofit Android Not Working And Has No Error

Retrofit.retrofiterror: Sendto Failed: Epipe (broken Pipe)

I'm using Retrofit 1.9.0 for my RESTclient in android, It get error like i post below: retrof… Read more Retrofit.retrofiterror: Sendto Failed: Epipe (broken Pipe)

Android Http Request Clientprotocolexception

I have an API that seems to be working perfect when I test it using Firefox's 'REST Client&… Read more Android Http Request Clientprotocolexception

Java - Nullpointerexception When Getting Jsonobject

I'm trying to implement a login feature in my Android app using Lukencode's RestClient clas… Read more Java - Nullpointerexception When Getting Jsonobject

How To Define A Header To All Request Using Retrofit?

I'm looking for a solution to define a unique Header to use in all requests. Today I use @Heade… Read more How To Define A Header To All Request Using Retrofit?