Lowery Jill (valeriephamm)

valeriephamm

Geek Repo

Company:Frontend Dev

Location:Austin, Texas

Twitter:@JillLow43148052

Github PK Tool:Github PK Tool

Lowery Jill's repositories

CRUD-Restful-Client-with-OkHttp

package com.gpcoder.service; import java.io.IOException; import okhttp3.FormBody; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; /** * This is a first step in restful flow. We must authorize first and use the token for other request. */ public class AuthenticationClient {

Stargazers:0Issues:0Issues:0

Interceptor-with-OkHttp

package com.gpcoder.interceptor; import java.io.IOException; import com.gpcoder.service.AuthenticationClient; import okhttp3.Interceptor; import okhttp3.Request; import okhttp3.Response; public class AuthInterceptor implements Interceptor {

Stargazers:0Issues:0Issues:0

OkHttpClientExample.java

package com.gpcoder; import java.io.IOException; import com.gpcoder.service.AuthenticationClient; import okhttp3.HttpUrl; import okhttp3.MediaType; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; public class OkHttpClientExample {

Stargazers:0Issues:0Issues:0

valeriephamm

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0