postmanlabs / postman-code-generators

Common repository for all code generators shipped with Postman
Apache License 2.0
992 stars 350 forks source link

Scala+sttp code snippet generator #722

Open parvdave opened 1 year ago

parvdave commented 1 year ago

Is your feature request related to a problem? Please describe. The current version of the Postman client does not allow generating code snippets for Scala. SoftwareMill's sttp project provides an abstraction layer when making HTTP requests in Scala, and I believe we should add support for feature i.e. generating Scala code-snippets using the sttp module.

Describe the solution you'd like

Additional context ref. sttp#1785