Skip to content

Instantly share code, notes, and snippets.

View matheussales's full-sized avatar

Matheus Martins de Sales matheussales

View GitHub Profile
package com.example.mmart.eadbox.model.api
import com.example.mmart.eadbox.model.Course
import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
import io.reactivex.Observable
import okhttp3.OkHttpClient
import okhttp3.logging.HttpLoggingInterceptor
import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory