Basically, I’d like to write my API like this: ```...
# kobalt
c
Basically, I’d like to write my API like this:
Copy code
@GET
    @Path("getDependencies")
    @Produces(MediaType.APPLICATION_JSON)
    fun getDependencies(@QueryParam("buildFile") buildFile: String) : String {