Mollie::Client
Inherits Struct / Value / Object
Constants
API_ENDPOINT = "https://api.mollie.com"
API_VERSION = "v2"
METHODS = ["GET", "POST", "PATCH", "DELETE"] of ::String
MODE_LIVE = "live"
MODE_TEST = "test"
Constructors
Class methods
instance
Sourcewith_api_key(api_key : String | Nil)
Sourcewith_api_key(api_key : String | Nil, &)
SourceInstance methods
api_endpoint
Sourceapi_key
Sourceapi_path(api_method : String, id : String | Nil = nil)
Sourceperform_http_call(http_method : String, api_method : String, id : String | Nil = nil, http_body : Hash | NamedTuple = HS2.new, query : Hash | NamedTuple = HS2.new)
Source