swagger-api / swagger-api/swagger-codegen
C++ REST Client does not have a README.md like every other client does
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
Every REST client generated by Swagger.codegen generates a README.md ... except cpprest
This is a HUGE gap!
Swagger-codegen version
2.4.10
Swagger declaration file content or url
https://api.cloudmersive.com/swagger/api/validate
Command line used for generation
& java -jar swagger-codegen-cli-2.4.10.jar generate -i https://api.cloudmersive.com/swagger/api/validate -l cpprest -c packageconfig.json
Steps to reproduce
See above
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 by comparing the README.md generated for other REST clients with output from the cpprest command in the issue, using the supplied Swagger declaration and Swagger Codegen 2.4.10. Trace the cpprest templates or generator entry point that controls package documentation. Done means cpprest generation produces a README.md like the other clients.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100