ring-swagger

ring-swagger & compojure-api
souenzzo 2021-04-05T11:23:59.002900Z

Hello I'm writing tools around OpenAPI specification There is some clojure (or java) function to parse the path syntax? something like (parse "/entity/{entity-id}/other") => ["entity" :entity-id "other"] ?