Sha256: 1ab71cc2f0f09c241ad2439f3d9a084fd779c9edf983869c76a05d748a462983

Contents?: true

Size: 1.31 KB

Versions: 22

Compression:

Stored size: 1.31 KB

Contents

# HubSpot-ruby sample Companies app

This is a sample app for the [hubspot-ruby SDK](../../../../).
Currently, this app focuses on demonstrating the functionality of [Companies API](https://developers.hubspot.com/docs-beta/crm/companies) 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 links used in this application

  - [Get companies](https://developers.hubspot.com/docs-beta/crm/companies)
  - [Create a company object](https://developers.hubspot.com/docs-beta/crm/companies)
  - [Update a company](https://developers.hubspot.com/docs-beta/crm/companies)
  - [Search for contacts](https://developers.hubspot.com/docs-beta/crm/contacts)
  - [Get a company](https://developers.hubspot.com/docs-beta/crm/companies)

### 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 web
```
You should now be able to navigate to [http://localhost:3000](http://localhost:3000) and use the application.

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/companies-app/README.md
hubspot-api-client-8.0.1 sample-apps/companies-app/README.md
hubspot-api-client-8.0.0 sample-apps/companies-app/README.md
hubspot-api-client-7.3.0 sample-apps/companies-app/README.md
hubspot-api-client-7.2.0 sample-apps/companies-app/README.md
hubspot-api-client-7.1.1 sample-apps/companies-app/README.md
hubspot-api-client-7.1.0 sample-apps/companies-app/README.md
hubspot-api-client-7.0.0 sample-apps/companies-app/README.md
hubspot-api-client-6.0.0 sample-apps/companies-app/README.md
hubspot-api-client-5.0.0 sample-apps/companies-app/README.md
hubspot-api-client-4.0.0 sample-apps/companies-app/README.md
hubspot-api-client-3.3.0 sample-apps/companies-app/README.md
hubspot-api-client-3.2.0 sample-apps/companies-app/README.md
hubspot-api-client-3.1.1 sample-apps/companies-app/README.md
hubspot-api-client-3.1.0.pre.beta sample-apps/companies-app/README.md
hubspot-api-client-3.0.0.pre.beta sample-apps/companies-app/README.md
hubspot-api-client-2.3.2 sample-apps/companies-app/README.md
hubspot-api-client-2.3.1 sample-apps/companies-app/README.md
hubspot-api-client-2.2.0 sample-apps/companies-app/README.md
hubspot-api-client-2.1.0 sample-apps/companies-app/README.md