Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 385 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 385 Bytes

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