Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Latest commit

 

History

History

Flux+MVVM

Logo

Flux+MVVM Sample with FluxCapacitor

Requirements

  • Swift 4.0.3 or later
  • iOS 9.0 or later

Installation

To run the example project, clone the repo, and run pod install and carthage update from the Example directory first. In addition, you must set Github Personal access token.

extension ApiSession: ApiSessionType {
    static let shared: ApiSession = {
        let token = "" // Your Personal Access Token
        return ApiSession(injectToken: { InjectableToken(token: token) })
    }()
}

Application structure is like below.

flux_image

This is test code.

GithubKitForSample is used in this sample project.

Author

marty-suzuki, s1180183@gmail.com

License

FluxCapacitor is available under the MIT license. See the LICENSE file for more info.