1.2.2 • Published 4 years ago

gatsby-source-personio v1.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

gatsby-source-personio

This is a source plugin for fetching employees list from the Personio API

Set The Config

In gatsby-config.js:

module.exports = {
    plugins: [
        {
            resolve: 'gatsby-source-personio',
            options: {
                credentials: {
                    clientId: 'YOUR_ID',
                    clientSecret: 'YOUR_SECRET'
                }
            },
        },
    ],
}
1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago