geist-org / contributors

Services to query contributors for each file.
https://contributors.geist-ui.dev
MIT License
0 stars 0 forks source link

Contributors

Get contributors to each file in organization Geist UI.


APIs

Get contributors by file-path

Params:

{
  path: '/api/users',
  method: 'GET',
  query: {
    path: '#FILE PATH',
    repo: '#REPO',        // default 'react'
  },
}

Result:

Array<{
  name: string
  avatar: string
  url: string
}>


License

MIT