Package com.github.dannil.scbjavaclient.communication.http.requester
Package which contains the classes used for communicating with the API over HTTP.
-
Class Summary Class Description AbstractRequester Class which contains the logic for sending URL requests to a specified address.GETRequester HTTP requester for GET requests.POSTRequester HTTP requester for POST requests.RequesterFactory Factory for returning regular (non-singleton) requesters.RequesterSingletonFactory Factory for returning singleton requesters.