Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)