OPGGTestAPIKit

OP.GG Test API 입니다.

View the Project on GitHub jaemyeong/OPGGTestAPIKit

OPGGTestAPIKit

Swift

Overview

OP.GG Test API 입니다.

Requirements

Installation

Swift Package Manager

.package(url: "https://github.com/jaemyeong/OPGGTestAPIKit.git", .upToNextMajor(from: "0.1.6"))

Usage

import OPGGTestAPIKit

OPGGTestAPIProvider
    .shared
    .request(target: .summoner(name: "genetory"), mappableType: Summoner.self) { result in
        ...
    }

Documentation

License

Author

Jaemyeong Jin (jaemyeong@me.com)