fun provideOpBeansService()

in app/src/main/java/co/elastic/apm/opbeans/app/di/ApplicationModule.kt [68:70]


    fun provideOpBeansService(retrofit: Retrofit): OpBeansService {
        return retrofit.create(OpBeansService::class.java)
    }