All Projects → mdiep → Tentacle

mdiep / Tentacle

Licence: mit
A Swift framework for the GitHub API

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Tentacle

Monkey
Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Stars: ✭ 1,765 (+623.36%)
Mutual labels:  github-api
Awesome Github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。
Stars: ✭ 1,962 (+704.1%)
Mutual labels:  github-api
Ghapi
A delightful and complete interface to GitHub's amazing API
Stars: ✭ 187 (-23.36%)
Mutual labels:  github-api
Php Github Api
A simple PHP GitHub API client, Object Oriented, tested and documented.
Stars: ✭ 1,914 (+684.43%)
Mutual labels:  github-api
Onestlatech.github.io
✊ Manifeste des travailleuses et travailleurs du numérique pour une autre réforme des retraites
Stars: ✭ 157 (-35.66%)
Mutual labels:  github-api
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (-29.51%)
Mutual labels:  github-api
Chronicler
A better way to write your release notes.
Stars: ✭ 138 (-43.44%)
Mutual labels:  github-api
Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (-10.66%)
Mutual labels:  github-api
Codehub
A UWP GitHub Client
Stars: ✭ 162 (-33.61%)
Mutual labels:  github-api
Ansibullbot
Bot for management of Ansible issues and PRs on GitHub.
Stars: ✭ 183 (-25%)
Mutual labels:  github-api
Starring
⭐️ Automatically star the npm-packages that you are using on GitHub.
Stars: ✭ 153 (-37.3%)
Mutual labels:  github-api
Gh Got
Convenience wrapper for Got to interact with the GitHub API
Stars: ✭ 156 (-36.07%)
Mutual labels:  github-api
Githubdb
A Lightweight Cloud based JSON Database with a MongoDB like API for Node.
Stars: ✭ 174 (-28.69%)
Mutual labels:  github-api
Alize
Visualize Your Github Profile
Stars: ✭ 148 (-39.34%)
Mutual labels:  github-api
Orgmanager
Invite System for GitHub Organizations
Stars: ✭ 196 (-19.67%)
Mutual labels:  github-api
Githunt Angular
An Apollo with Angular full-stack example app: vote for your favorite GitHub repos!
Stars: ✭ 144 (-40.98%)
Mutual labels:  github-api
Auto Green
自动保持 GitHub 提交状态常绿 a commit every day, keep your girlfriend far away.
Stars: ✭ 164 (-32.79%)
Mutual labels:  github-api
Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+1793.85%)
Mutual labels:  github-api
Curiosity
Find Amazing Github Projects ⚡️
Stars: ✭ 216 (-11.48%)
Mutual labels:  github-api
Octohatrack
🐙👒 Show _all_ the contributors to a GitHub repository.
Stars: ✭ 175 (-28.28%)
Mutual labels:  github-api

Tentacle MIT license

A Swift framework for the GitHub API

let client  = Client(.dotCom, token: "…")
let repo    = Repository(owner: "ReactiveCocoa", name: "ReactiveCocoa")
let request = repo.release(forTag: "tag-name")
client
    .execute(request)
    .startWithResult { result in
        switch result {
        case let .success(response, release):
            print("Downloaded release: \(release)")
        case let .failure(error):
            print("An error occurred: \(error)")
        }
    }

Tentacle is built with ReactiveSwift.

License

Tentacle is available under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].