Packages

Bumper Crop is an Elixir client package for communicating with Harvest's v2 API (getharvest.com)

Current section

Files

Jump to
bumper_crop README.md
Raw

README.md

# BumperCrop
bumper_crop is a client llibrary for Elixir to communicate with Harvest
(getharvest.com) via the v2 API.
## Installation
```elixir
def deps do
[
{:bumper_crop, "~> 0.1.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/bumper_crop>.