1.2.4 • Published 6 years ago

gatsby-source-sugarcrm v1.2.4

Weekly downloads
29
License
ISC
Repository
-
Last release
6 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

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago