https://github.com/geist-org/contributors
Services to query contributors for each file.
https://github.com/geist-org/contributors
Last synced: 20 days ago
JSON representation
Services to query contributors for each file.
- Host: GitHub
- URL: https://github.com/geist-org/contributors
- Owner: geist-org
- License: mit
- Created: 2020-04-15T03:22:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T17:04:57.000Z (almost 3 years ago)
- Last Synced: 2025-11-13T08:35:50.945Z (8 months ago)
- Language: TypeScript
- Homepage: https://contributors.geist-ui.dev
- Size: 98.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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:
```ts
Array<{
name: string
avatar: string
url: string
}>
```
### License
[MIT](LICENSE)