postmanlabs / postmanlabs/postman-code-generators
New code generator - Delphi
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 381
- PR merge metrics
- No merged PRs in 30d
Description
Describe the solution you'd like
Develop a new code generator for Delphi. There are some libraries that can be used to perform the request: Indy, NetHTTP, RESTClient
Additional context
An alternative to the libraries mentioned above would be to use RESRequest4Delphi. With it, requests are simpler. With it, the person can choose, changing a compilation directive, which tool to use (Indy, NetHTTP and RESTRequest). It has drivers for all 3.
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
Review the repository's existing code generators and determine the entry point and conventions for adding a Delphi generator. Compare the request approaches named in the issue—Indy, NetHTTP, RESTClient, and RESRequest4Delphi—and define the supported request output before implementation. Done means the repository provides a working Delphi generator with documented library choices.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100