postmanlabs / postman-code-generators

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

add pure Java generator #155

Open danthe1st opened 4 years ago

danthe1st commented 4 years ago

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 commented 4 years ago

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

NeetigyaPod commented 11 months ago

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

danthe1st commented 10 months ago

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