nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
495 stars 126 forks source link

Open and edit issues #36

Closed 1ec5 closed 8 years ago

1ec5 commented 8 years ago

Added basic support for getting, creating, and editing an issue. Also added model objects for milestones and labels.

I wrote this and forgot to issue a pull request until after seeing #34. I don’t want to hold up that PR, because it looks like a solid implementation. However, I’d like to suggest some changes to property types with this PR, to make it easier to work with issues. I’d be happy to rebase onto #34 once it lands.

/ref #33 /cc @thomaspaulmann @pietbrauer @nwest

1ec5 commented 8 years ago

I’ve rebased these changes atop master.

1ec5 commented 8 years ago

Setting a milestone or label on an issue is blocked by nerdishbynature/RequestKit#11.

pietbrauer commented 8 years ago

:rocket: