octokit / go-octokit

Simple Go wrapper for the GitHub API
https://github.com/octokit/go-octokit
MIT License
258 stars 79 forks source link

'/milestones' endpoints #137

Closed georgicodes closed 8 years ago

georgicodes commented 8 years ago

Adds the '{owner}/{repo}/milestones' endpoints as per https://developer.github.com/v3/issues/milestones/

pengwynn commented 8 years ago

@GeorgiCodes :cake: This looks great!

Were you planning on implementing full CRUD for milestones here or in separate PRs?

georgicodes commented 8 years ago

@pengwynn I got excited and opened the PR a bit to soon. Ill add the other endpoints for milestones and then ask for a review :sparkle:.

georgicodes commented 8 years ago

@pengwynn okie doke, thing this is ready for some :eyes: please. Had a blast writing some Go today :dancers:.

pengwynn commented 8 years ago

:metal: