Story points | 3 |
Hard Prerequisites |
|
In this project you’ll make use of Github’s awesome API. We chose Github for this project because:
First, get familar with consuming apis from the command line. Play with this. Getting started with the Github API V3.
Remember, curl
is your friend. And do is man
. (try tying in man curl
at the command line)
Now in your language of choice (not bash, use Java, Python or Js) write a function with the input arguments:
The function should output a list or array of pull requests on the repo such that the PRs were created, updated, merged or closed between the given two dates.
Please be sure to follow the standard naming conventions for your language.