View Source ExChargebee.Interface (ex_chargebee v0.4.5)

A low level http interface for interacting with Chargebee V2 HTTP Endpoints

Configuration:

  • Authorization loaded from Application env :ex_chargebee, :api_key
  • Chargebee namespace scoping loaded from Application env :ex_chargebee, :namespace
  • Alternative HTTP Clients configured from Application env :ex_chargebee, :http_client (i.e. in testing)

Summary

Functions

Link to this function

get(path, params, opts \\ [])

View Source
Link to this function

post(path, data, opts \\ [])

View Source
Link to this function

post_resource(path, params, opt, resource_name)

View Source
Link to this function

stream_list(path, params, opts)

View Source
Link to this function

stream_list(path, params, opts, resource_name)

View Source