Sha256: a1cad318491d31999a2005fc42a60020e4b26bc8f4b1f3fc45931a1cbb134203
Contents?: true
Size: 1007 Bytes
Versions: 12
Compression:
Stored size: 1007 Bytes
Contents
# HubSpot Ruby Imports Contacts App This is a sample app for the [hubspot-ruby SDK](../../../../). Currently, this app focuses on demonstrating the functionality of [Imports API](https://developers.hubspot.com/docs/api/crm/imports) endpoints and their related actions. Please see the documentation on [Creating an app in HubSpot](https://developers.hubspot.com/docs-beta/creating-an-app) ### HubSpot Public API endpoints used in this application - [Imports](https://developers.hubspot.com/docs/api/crm/imports) ### Setup App Make sure you have [Docker Compose](https://docs.docker.com/compose/) installed. ### Configure 1. Copy .env.template to .env 2. Paste your HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET ### Running The best way to run this project (with the least configuration), is using docker compose. Change to the webroot and start it ```bash docker-compose up --build ``` You should now be able to navigate to [http://localhost:3000](http://localhost:3000) and use the application.
Version data entries
12 entries across 12 versions & 1 rubygems