Skip to content

Instantly share code, notes, and snippets.

View cod3smith's full-sized avatar
🤩
Always Be Coding, Always Be Learning

Kelyn Paul Njeri cod3smith

🤩
Always Be Coding, Always Be Learning
View GitHub Profile
@cod3smith
cod3smith / Service.java
Created March 13, 2019 18:49
User Object
package com.musicalcoder.inspireme.network;
import com.musicalcoder.inspireme.model.User;
import com.musicalcoder.inspireme.model.UserResponse;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
public interface Service {