Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geist-org/contributors
Services to query contributors for each file.
https://github.com/geist-org/contributors
Last synced: 4 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T18:21:00.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T23:07:28.221Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://contributors.geist-ui.dev
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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)