Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 583 Bytes

File metadata and controls

21 lines (17 loc) · 583 Bytes

APIKitSample

mit licensed swift

Bootstrap

❯ git clone https://github.com/atsushi130/APIKitSample.git
❯ cd APIKitSample
❯ carthage bootstrap --platform iOS

Sample Code

TestyRepository.shared.testy.subscribe(onNext: { testy in
    print(testy)
}).disposed(by: self.disposeBag)

License

APIKitSample is available under the MIT license. See the LICENSE file.