View Source ExChargebee.Interface (ex_chargebee v0.3.1)

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)

Link to this section Summary

Link to this section 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

serialize(value, prefix \\ nil, index \\ nil)

View Source