Packlink::Client
Constants
API_VERSION = "v1"
Constructors
Class methods
instance
Sourceinstance_without_api_key
SourceInstance methods
api_key
Sourceendpoint
Sourceget(path : String, query : Hash | NamedTuple = A::HS2.new, headers : Hash | NamedTuple = A::HS2.new)
Sourceperform_http_call(method : String, path : String, body : Hash | NamedTuple = A::HS2.new, query : Hash | NamedTuple = A::HS2.new, headers : Hash | NamedTuple = A::HS2.new)
Sourcepost(path : String, body : Hash | NamedTuple, query : Hash | NamedTuple = A::HS2.new, headers : Hash | NamedTuple = A::HS2.new)
Source