(remove-spec-namespaces swagger-spec)
Traverse a swagger spec removing leading namespaces in spec names
Traverse a swagger spec removing leading namespaces in spec names
(update-many-existing m ks f & args)
Like update-many
but only if m
contains k
.
Like `update-many` but only if `m` contains `k`.
(update-some m k f & args)
Like update
but only if m
contains k
.
Like `update` but only if `m` contains `k`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close