Releases: nerdishbynature/octokit.swift
Releases · nerdishbynature/octokit.swift
Gimme that URL
- Add possibility to get the authentication URL, e.g. for presenting your own
SFSafariViewController
because Apple doesn't know the concept of OAuth. (I am sorry if you are working there and I stepped on your toe, I am sure there is some reason to do it like that)
0.3.1
- Add Objective-C compatibility again
Xcode 7 & Swift 2
- Add support for Xcode 7 and Swift 2 #11
0.2.5
- Add additional
perPage
parameter to get repositories (defaults to100
)
0.2.4
- Add
pagination
for repositories list
Post Public Key
- Add possibility to post a Public Key #8
Objectve-C
0.2.2 Add @objc
Classes are the new structs
- Use class for
Repository
andUser
forobjc
-compability