View Source ExOAPI.Stripe (exoapi_stripe v0.1.4)
The SDK for ExOAPI.Stripe.
Endpoint modules and the schemas generated from the OpenAPI spec can be found under
the ./sdk
directory.
One usecase for this module is to wrap the SDK Client struct instantiation,
for instance, setting base url for the API calls, adding authorization headers,
middleware, default parameters, etc, and returning the prepared ExOAPI.Client.t()
struct to the caller so they can use it in subsequent calls.
Link to this section Summary
Functions
Sample function for returning a properly usable client.
Link to this section Functions
@spec new(String.t() | nil, String.t()) :: ExOAPI.Client.t()
Sample function for returning a properly usable client.