frex v0.1.3 Frex.Client.Clients

Client module for interacting with the Freshbooks clients endpoint.

Summary

Functions

Sends a get request to the Freshbooks API clients endpoint

Returns a list of client summaries in order of descending client_id

Functions

get(credentials, client_id)

Sends a get request to the Freshbooks API clients endpoint.

Parameters

  • client_id (required) — clients ID
list(credentials, filters \\ %{})

Returns a list of client summaries in order of descending client_id.

Parameters

  • filters (optional) — a map of filters for the list request
  • email
  • username
  • updated_from
  • updated_to
  • page
  • per_page
  • folder
  • notes