More familiar with Retrofit so at this time, yes. ...
# kobalt
c
More familiar with Retrofit so at this time, yes. Here is the interface from the IDEA plug-in:
Copy code
interface Api {
        @GET("/v0/getDependencies")
        fun getDependencies(@Query("buildFile") buildFile: String) : Call<GetDependenciesData>
    }