Skip to content

Gatsby source plugin for Personio employees API

Notifications You must be signed in to change notification settings

m4i3r/gatsby-source-personio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
                },
              //apiUrl: 'http://localhost'
              //can be set for local development, defaults to regular Personio API
            },
        },
    ],
}

About

Gatsby source plugin for Personio employees API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%