fetchDepot

@GET(value = "api/v1/resources/depot/{name}")
abstract fun fetchDepot(@Path(value = "name") resourceName: String): Call<Map<String, Any>>