nerdishbynature / octokit.swift

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

Bugfixes #97

Closed AvdLee closed 4 years ago

AvdLee commented 4 years ago

It turned out that the upload URL was not supported by decoding. I decided to keep it out as it takes a bit more effort to implement it and other models in this project didn't support it as well.

Also, the number of issues and PRs were set to an optional while it always exists. Therefore, decided to make this a non-optional to make it easier to work with.