octokit / octokit.objc

GitHub API client for Objective-C
MIT License
1.84k stars 319 forks source link

How to use from Swift? #285

Closed dogweather closed 9 years ago

dogweather commented 9 years ago

I'd really like to see docs or examples of how to use this while programming in Swift, assuming it's possible.

joshaber commented 9 years ago

Indeed, you can use any Objective-C code from Swift :smile: Check out https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html.

Let us know if you run into any octokit-specific problems!

onmyway133 commented 8 years ago

FYI, I'm porting this to Swift https://github.com/onmyway133/Github.swift, using RxSwift

mdiep commented 8 years ago

I also started a Swift library recently: https://github.com/mdiep/Tentacle. It uses ReactiveCocoa.