foulkesjohn / BetSwift

Swift library for Betfair exchange
MIT License
4 stars 1 forks source link

how to use this library please explain #6

Open maxspeed1976 opened 5 years ago

foulkesjohn commented 5 years ago

Theres a simple example in the README. You'll need a Betfair api key before you can use it though

maxspeed1976 commented 5 years ago

yes but i dont understand how to add Kitura-Net to my project

foulkesjohn commented 5 years ago

Kitura-Net is a dependecy of BetSwift, you shouldn't need to explicitly add it. This library uses the Swift package manager to import dependencies. Once you've created your package.swift you can add BetSwift as a dependency:

.package(url: "https://github.com/foulkesjohn/BetSwift.git", .branch("master"))