1.1.0 • Published 2 years ago

gatsby-source-eventbrite-multi-accounts v1.1.0

Weekly downloads
29
License
MIT
Repository
-
Last release
2 years ago

Clone of gatsby-source-eventbrite, now supports multiple accounts and fetch events on more than one pages.

Published on NPM.

How to use

  • npm install --save gatsby-source-eventbrite-multi-accounts
  • Add the following to your gatsby-config.js file:
    {
      resolve: `gatsby-source-eventbrite-multi-accounts`,
      options: {
        organisations: [
          {
            organisationId: "...",
            accessToken: "..."
          },
          {
            organisationId: "...",
            accessToken: "..."
          },
          ...
        ],
        entities: ['events', 'venues']
      }
    },
1.1.0

2 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago