Skip to content

Small Java application that allows you to make API requests.

License

Notifications You must be signed in to change notification settings

Reesy/native-java-api-requester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

native-java-api-requester

This project makes use of only the java.net native packages.

Note: A java example server API that matches this client can be found here

When run, this application will just make a GET request to localhost:3000 and print out the response.

Commands

Compile: ant compile

Create JAR: ant jar

Running: ant run

All-in-one: ant compile jar run

Docs used for the httpclient code: https://openjdk.java.net/groups/net/httpclient/intro.html

About

Small Java application that allows you to make API requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages