freshbooks_api_client v0.4.0 FreshbooksApiClient.Caller behaviour View Source

This module defines the behavior a caller must implement.

This module defines ways to call to Freshbooks. Natively supported Callers include HttpXml Caller which calls to Freshbooks Classic API.

Callbacks:

  • run(keys, opts) -> Makes a request with the given keys and options.

Link to this section Summary

Functions

A Simple way of accessing all Caller's features

Link to this section Functions

Link to this macro

__using__(opts)

View Source (macro)

A Simple way of accessing all Caller's features

Link to this section Callbacks

Link to this callback

run(any, keyword, keyword)

View Source

Specs

run(any(), keyword(), keyword()) :: String.t()