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

danrabinowitz/hub_spot

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published