danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.23k stars 356 forks source link

Adding DMVC RestClient into Postman code generators #503

Open DelphiMan68 opened 3 years ago

DelphiMan68 commented 3 years ago

Hello, Postman is one of the best REST client for testing APIs. It has a very useful feature to generating source codes for many programming languages and libraries, but delphi is a missing option on this famous tool. My idea is creating a source code generator for delphi-dmvc and commit It for Postman project repository.

Link for postman-code-generators: https://github.com/postmanlabs/postman-code-generators

image image

danieleteti commented 3 years ago

Nice, let me know if you need help.

danieleteti commented 3 years ago

Any news on this?

danieleteti commented 3 years ago

Another approach would be to contribute to this project. It is not postman related and is used by Insomnia REST Client and other tools.