This is my method in Interface. I am calling this function but app crash with this exception:
Caused by: java.lang.IllegalArgumentException: Service m
You can always do:
@POST("/endpoint") Call postSomething();
EDIT:
If you are using RxJava, since 1.1.1 you can use Completable class.