3.9.1 • Published 1 year ago

gatsby-source-feliks-2 v3.9.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

gatsby-source-feliks

Source plugin for pulling data into Gatsby from a feliks JSON endpoint.

Install

npm install --save gatsby-source-feliks

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-source-feliks',
    options: {
      apiURL: 'apiURL',
      username: 'username',
      password: 'password',
      useMock: false,
      mockPath: 'path/to/mockfile.json',
      excludeStatusCodes: ['120', '101']
    }
  },
];
3.9.1

1 year ago

3.9.0

2 years ago

3.8.4

2 years ago

3.8.3

2 years ago

3.8.8

2 years ago

3.8.7

2 years ago

3.8.6

2 years ago

3.8.5

2 years ago

3.8.2

2 years ago

3.8.1

2 years ago

3.8.0

2 years ago