Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.