1.2.4 • Published 4 years ago

gatsby-source-sugarcrm v1.2.4

Weekly downloads
29
License
ISC
Repository
-
Last release
4 years ago

This plugin pulls in data using the SugarCRM REST API

Install

  1. yarn add gatsby-source-sugarcrm or npm i gatsby-source-sugarcrm
  2. Make sure plugin is referenced in your gatsby-config.js, as seen below
  3. gatsby develop

Setup

Sample configuration for gatsby-config.js

plugins: [
    {
      resolve: `gatsby-source-sugarcrm`,
      options: {
        endpoint: 'API_ENDPOINT',
        configOptions: {
          client_id: 'sugar',
          client_secret: '',
          username: 'SUGAR_USERNAME',
          password: 'PASSWORD',
          platform: 'base'
        },
        modules: [
            'MODULE_NAME'
        ]
      }
    },
],
1.2.0

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago