Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

steady-media/pipedrive

Repository files navigation

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