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 pure Java generator #155

Open
danthe1st opened this issue Jan 27, 2020 · 3 comments
Open

add pure Java generator #155

danthe1st opened this issue Jan 27, 2020 · 3 comments
Labels
codegen feature Feature request good first issue Good for newcomers new-language-support Request for a new language to be added in the list

Comments

@danthe1st
Copy link

Is your feature request related to a problem? Please describe.
Postman comes with a few code generators for HTTP Requests.

For Java devs, there are generators for the Libraries OkHttp and Unirest, but there is no code generator for Java without any libraries

Describe the solution you'd like
A new code generator generating java code (with URLs/HttpURLConnection and HttpsURLConnection).

Additional context
https://docs.oracle.com/javase/8/docs/api/java/net/URL.html
https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html
https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/HttpsURLConnection.html

@someshkoli
Copy link
Contributor

I'd like to work on this. Getting started for this

virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 28, 2020
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 28, 2020
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 29, 2020
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 29, 2020
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 29, 2020
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 30, 2020
…me key and delete request failing in travis ci
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 30, 2020
virenderm01 added a commit to virenderm01/postman-code-generators that referenced this issue May 30, 2020
@umeshp7 umeshp7 added new-language-support Request for a new language to be added in the list feature Feature request labels Oct 21, 2020
@akshaydeo akshaydeo added the good first issue Good for newcomers label Feb 6, 2023
@NeetigyaPod
Copy link

Hi is this still up for grabs? I wish to contribute

@danthe1st
Copy link
Author

danthe1st commented Oct 28, 2023

I don't know about that but it might be a good idea to add something using HttpClient (java.net.http) as well.

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

No branches or pull requests

5 participants