Skip to content

Simple Java libary that handles API Calls - doing it as simple as possible.

dffrs/api-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-handler

V1.0

Simple Java library that makes an API Call as simple it could be - calling, just, one method. For that, it uses a configuration file, where is stored all the API's configuration options (host, headers, endpoint, etc). It was designed this way to accummodate some level of security and flexibility, when dealing with API's configurations. It caches the result, to be as efficient and lightweight (to the API's host) as possible, if it is detected that a similar call was made, previously.

NOTE

  • For now, it only supports GET HTTP Requests, but, if it proves necessary, later versions will implement other HTTP Requests.
  • Library designed (and tested) to work with RAPID API's available APIs.

About

Simple Java libary that handles API Calls - doing it as simple as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages