metosin / metosin/compojure-api
Missing security and deprecated meta
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1.1k
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
## Library Version(s)
2.0.0-alpha31
## Problem
The :security or :deprecated in route not working, this methods is not been implemented in compojure.api.meta as a restructure function, in that case i can't generate a swagger with private routes or route depreciation!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the compojure.api.meta restructure functions referenced by the issue and trace how route metadata reaches Swagger generation. Check how :security and :deprecated are handled for routes, including private routes, then confirm completion by generating Swagger output that includes those metadata cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, openapi
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100