Add `join` command to redocly/openapi-core to allow joining from JS scripts
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 228
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 48
Description
Is your feature request related to a problem? Please describe.
Hello - I have some pipelines in JS where I need to merge OpenAPI specs and then bundle with decorators, and right now this involves calling openapi join through child_process.exec.
Describe the solution you'd like
It would be good if the join feature was added to openapi-core so this could be handled directly in JS.
Describe alternatives you've considered
https://www.npmjs.com/package/openapi-merge
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
The request concerns the existing openapi join command and the openapi-core package, but it names no files, tests, or entry points. Start by locating the join implementation and its public package API, then verify that OpenAPI specs can be merged from a JS script and still be bundled with decorators.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100