atsushi130 / MoyaSample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoyaSample

mit licensed swift

Bootstrap

❯ git clone https://github.com/atsushi130/MoyaSample.git
❯ cd MoyaSample
❯ carthage bootstrap --platform iOS
❯ json-server --watch db.json

Sample Code

SampleApi.Testy.shared.fetch()
    .subscribe(onNext: { testies in
        print(testies)
    }, onError: { error in
        print(error)
    }).disposed(by: self.disposeBag)

License

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

About

License:MIT License


Languages

Language:Swift 100.0%