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

https://github.com/joshthecoder/codereview

A codereview tool powered by pull requests
https://github.com/joshthecoder/codereview

Last synced: 8 months ago
JSON representation

A codereview tool powered by pull requests

Awesome Lists containing this project

README

          

Code Review
===========
A code review tool powered by Github Pull Requests.

Commands
--------

```
list [state=] [merged=]
```

Lists code reviews for this repository.

- state: filter by review's state (default=open)
- merged: filter out reviews that have been merged (default=yes)

```
show
```

Show details of a code review.

- id: Identifier of the review to display