compojure-api icon indicating copy to clipboard operation
compojure-api copied to clipboard

Sweet web apis with Compojure & Swagger

Results 65 compojure-api issues
Sort by recently updated
recently updated
newest added

## Library Version(s) metosin/compojure-api "2.0.0-alpha30" ## Problem

## Library Version(s) ``` [org.clojure/clojure "1.10.1"] [metosin/compojure-api "1.1.13"] [ring/ring-core "1.8.0"] [metosin/muuntaja "0.6.6"] [metosin/ring-http-response "0.9.1"] ``` ## Problem I want to get all form/body parameters (or body string) in my request....

## Library Version(s) 2.0.0-alpha29 ## Problem I pass record instances using `transit+json` format to `api` POST handler. It works fine when used with `:body`. But when `:body-params` is used: record...

## Library Version(s) I am using `metosin/ring-swagger "0.26.0"` and `metosin/ring-swagger-ui "3.9.0"`. ## Problem I am trying to use swagger for my versioned APIs, any idea what json configuration i will...

This also fixes https://github.com/metosin/compojure-api/issues/438

## Library Version(s) All versions from 1.1.18 ## Problem https://snyk.io/vuln/npm:swagger-ui There is an vulnerability in swagger ui, which needs to be updated to latest ring-swagger-ui version

… coerced in my situation, i am using a spec like this to transform the parameter: ``` (def get-events-spec (st/spec {:spec (s/coll-of string?) :description "comma separated list of user-ids" :json-schema/type...

If a query parameter is of type enum and has a default value, the swagger parameter for `default` should be appropriately set and `required` should be set to true. Here...

bug
upstream-problem

## Library Version(s) metosin/compojure-api "1.1.13" ## Problem Compojure api seem to have an old transitive dependency: `[com.fasterxml.jackson.core/jackson-databind "2.2.3"]` `lein nvd check` complains vulnerabilities: CVE-2018-14721, CVE-2018-14720, CVE-2018-14719, CVE-2017-7525, CVE-2018-19360, CVE-20... Dependency...

1.1.x

new separate site with new docs for 2.0.0, to replace the current wiki. * `meta`(was: #312) * deployment (was: #188) * `nil` body handling (was: #251) * no-AOT-docs (was: #155)

enhancement
help wanted