Project

polar_sh

0.0
The project is in a healthy, maintained state
Interact with the Polar API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 5
 Project Readme

Polar.sh Ruby API client

Still in development. API docs

Installation

bundle add polar_sh

Usage

Polar.configure do |config|
  config.access_token = "polar_..."
  config.sandbox = true
end

# Fetch a list of customers
pp Polar::Customer.list

Development

$ bundle
$ rake spec

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mikker/polar_sh.

License

The gem is available as open source under the terms of the MIT License.