ReSwift/GitHubBrowserExample

Name: GitHubBrowserExample

Owner: ReSwift

Description: [WIP] Real World Example for ReSwift

Created: 2016-01-10 18:55:16.0

Updated: 2018-05-20 17:34:18.0

Pushed: 2017-10-02 03:44:18.0

Homepage:

Size: 5470

Language: Swift

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Work-in-Progress Real World Example for Swift Flow.

This project is currently driving some API changes, so it is using newer APIs than provided by the latest Swift Flow releases.

Successful API changes will be merged into the Swift Flow projects.

Checking out Project & Dependencies

In order to install the projects dependencies, run the following Carthage command in the root directory:

hage update --no-use-binaries --platform iOS

GitHub Configuration Instructions

This demo requires you to create a GitHub API token that provides the app with access to content on GitHub.

Create an OAuth application on GitHub and note the Client ID and the Client Secret; also make sure to set the Authorization callback URL to swiftflowgithub://success as shown here:

Open Credentials.swift and enter the Client ID and the Client Secret of your OAuth application:

n order to try out this demo you need to create an OAuth application on GitHub and provide
he credentials here.

or more instructions take a look at the README.md in this git repository.

nsert GitHub Token and Secret Here
gitHubClientId = ""
gitHubClientSecret = ""

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.