gatsby-source-personio

1.2.2 • Public • Published

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'
                }
            },
        },
    ],
}

Package Sidebar

Install

npm i gatsby-source-personio

Weekly Downloads

0

Version

1.2.2

License

MIT

Unpacked Size

8.38 kB

Total Files

5

Last publish

Collaborators

  • acourtiol