/pipedrive

Elixir client for Pipedrive's REST API

Primary LanguageElixirMIT LicenseMIT

Pipedrive

CircleCI

An Elixir API client for Pipedrive REST API.

## Setup

  • Install Elixir with asdf.
  • Define the required ENV vars PIPEDRIVE_COMPANY_SUBDOMAINand PIPEDRIVE_API_TOKEN. You can use the same values used for staging in main_app, but any dummy value will work to run the tests.

TODO

  • Replace Bypass with Mox
  • Add more tests