Project

hub_spot

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Omakase ruby API for HubSpot
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
>= 0
>= 0
~> 10.0
~> 3.0
>= 0
 Project Readme

HubSpot

Gem Version Code Climate Build Status Test Coverage Gem

Usage

  1. Add the gem to your Gemfile
gem 'hub_spot'
  1. Run the following setup code on initialization:
HubSpot::Configuration.client_id = ENV.fetch("HUBSPOT_CLIENT_ID")
HubSpot::Configuration.client_secret = ENV.fetch("HUBSPOT_CLIENT_SECRET")
HubSpot::Configuration.refresh_token = ENV.fetch("HUBSPOT_REFRESH_TOKEN")
HubSpot::Configuration.redirect_uri = ENV.fetch("HUBSPOT_REDIRECT_URI")
  1. Call the api...

Contributing

PRs are welcome!

License

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

Code of Conduct

Everyone interacting in the HubSpot project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.