Even API are having access public and secure public access can be accessed from anywhere or even by using google or postman but secure api requires access
Basically to create and send API requests. retrieve data from a data source. makes it easier to test and manage APIs.
No direct access so use jar file or maven
Maven is a powerful tool for java projects It assissts in managing dependencies and building Java Applications that utilize JSON processing libraries
JAR files are commonly used to package libraries,frameworks and applications. Java Archive
used to make httprequests and receive repsonse from the server. Includes POST,GET,PUT,DELETE. used to send and recieve http requests and responses.
to represent an request messege
Messege sent by the server to an HTTP request Basically contains information about request's success or failure.