nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
501 stars 128 forks source link

Implement API endpoint for posting comments on an issue #94

Closed AvdLee closed 4 years ago

AvdLee commented 4 years ago

This PR implements the API endpoint for posting comments on issues. I tried to keep the code as close as possible to the existing library code.

FYI: Code changes also contain the Swift 5 upgrade from #93.

pietbrauer commented 4 years ago

Could you rebase onto the latest master please?

AvdLee commented 4 years ago

@pietbrauer done!