Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Kotlin OkHttp code gen #491

Closed
nilsjr opened this issue May 22, 2021 · 2 comments · Fixed by #490
Closed

Add Support for Kotlin OkHttp code gen #491

nilsjr opened this issue May 22, 2021 · 2 comments · Fixed by #490
Labels
codegen new-language-support Request for a new language to be added in the list

Comments

@nilsjr
Copy link
Contributor

nilsjr commented May 22, 2021

Is your feature request related to a problem? Please describe.

Due the increased usage of Kotlin in the Android & JVM world, I would like to see more Kotlin code generators. As the language evolves rapidly over last years it should be part of Postman.

More than the half of all Android projects in the world already use Kotlin as their primary programming language:
Kotlin ecosystem report 2020

The superior network library OkHttp from Square is also rewritten in Kotlin:
OkHttp 4.x

Describe the solution you'd like

Similar to java-okhttp code generator only in Kotlin. 😄

Additional context

We at NanoGiants use OkHttp for all of our Android projects, so I hope we can get this code gen in a future postman release.

@webholik webholik added the new-language-support Request for a new language to be added in the list label Jun 4, 2021
@nilsjr
Copy link
Contributor Author

nilsjr commented Mar 19, 2022

@webholik I opened a PR 10 months ago. Is it possible to get feedback for that?

@webholik
Copy link
Collaborator

@nilsjr Sorry for the delay but as the number of codegens in the repository has gotten very large, we've decided to limit the addition of new codegens unless we get a lot of user requests for it. We're still evaluating the demand for Kotlin-Okhttp. I'll update you as soon as we reach a decision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen new-language-support Request for a new language to be added in the list
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@webholik @akshaydeo @nilsjr and others