Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/swifthub
An SDK for the GitHub API
https://github.com/phatblat/swifthub
Last synced: 28 days ago
JSON representation
An SDK for the GitHub API
- Host: GitHub
- URL: https://github.com/phatblat/swifthub
- Owner: phatblat
- License: mit
- Created: 2015-08-05T02:42:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T17:47:24.000Z (about 9 years ago)
- Last Synced: 2024-10-14T18:29:53.281Z (2 months ago)
- Language: Swift
- Size: 172 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SwiftHub
A Swift framework for interacting with the [GitHub API](https://developer.github.com). If you're looking for an officially supported library, check out [OctoKit](https://octokit.github.io) or [octokit.swift](https://github.com/nerdishbynature/octokit.swift).
_This repo is a work-in-progress. Features of the GitHub API will be listed as they have been implemented._
## Project Goals
* Modern framework for iOS and OS X
* Use NSURLSession for all network operations
* No 3rd party dependencies
* Use new Swift 2 paradigms## License
SwiftHub is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.