Beehiiv
Beehiiv API wrapper for Crystal.
This version (>1.0) is changed to follow Ruby's method and class structure. We will follow Stripe::Class.method
but follow crystal parameters to take care of the types automatically.
Installation
Add this to your application's shard.yml
:
dependencies:
beehiiv:
github: hostari/beehiiv_client
Contributing
- Fork it (https://github.com/hostari/beehiiv_client/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request