nerdishbynature / octokit.swift

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

Add a method to fetch README.md #61

Closed akring closed 6 years ago

akring commented 7 years ago

Hi nerdishbynature,

I add a method to fetch README.md contents, this is what I need in my project, and I think this would be helpful for others.

pietbrauer commented 7 years ago

@remirobert Seems like the origin remote was deleted. Would you be interested in applying the patch to a branch and add the suggested modifications in a new Pull Request?

$ git checkout -b akring-master master
$ curl -L https://github.com/nerdishbynature/octokit.swift/pull/61.patch | git am -3
pietbrauer commented 6 years ago

Closing this because of inactivity.