jeremydaly / jeremydaly/lambda-api
Is it possible to disable versioning?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 127
- Avg merge
- 31m
- Merged PRs (30d)
- 2
Description
I have defined this path /:v/schema.json
But on /v1/schema.json i get
{"error":"No such file"}
I think is because the automatic handling of versions. Ideas?
Contributor guide
No contributing guide indexed for this repository
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 with the route /:v/schema.json and trace how automatic version handling treats the request at /v1/schema.json. Check the existing routing and versioning behavior before deciding how disabling versioning should work. Done means the route resolves as expected when version handling is disabled, with coverage for the reported request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100