https://github.com/atsushi130/apikitsample
https://github.com/atsushi130/apikitsample
apikit codable rxswift sample
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atsushi130/apikitsample
- Owner: atsushi130
- License: mit
- Created: 2018-02-14T14:15:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T00:30:08.000Z (over 8 years ago)
- Last Synced: 2025-10-12T09:32:15.607Z (8 months ago)
- Topics: apikit, codable, rxswift, sample
- Language: Swift
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# APIKitSample
[](./license)

## Bootstrap
```
❯ git clone https://github.com/atsushi130/APIKitSample.git
❯ cd APIKitSample
❯ carthage bootstrap --platform iOS
```
## Sample Code
```swift
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](https://github.com/atsushi130/APIKitSample/blob/master/license).