CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

TeamupKit 0.2.3

TeamupKit 0.2.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2018
SPMSupports SPM

Maintained by Merrick Sapsford.



 
Depends on:
KeychainSwift~> 8.0
Alamofire~> 4.5.0
 

TeamupKit 0.2.3

TeamupKit
TeamupKit

Build Status Swift 4.0 CocoaPods Carthage compatible codecov GitHub release

A Swift framework for integrating with Teamup: all-in-one management software for top fitness businesses.

Requirements

TeamupKit requires Swift 4.0 and works with iOS 9 and above.

Installation

CocoaPods

Add TeamupKit to your Podfile:

pod 'TeamupKit'

Carthage

Add TeamupKit to your Cartfile:

github "amrap-labs/TeamupKit"

Dependencies

TeamupKit requires the following dependencies to function:

Getting Started

Basics

Initialize a Teamup session:

import TeamupKit

let teamup = Teamup(apiToken: "API_TOKEN",
                    businessId: BUSINESS_ID)

You are required to have an API token and business identifier to initialize a Teamup session. In order to gain an API token you will need to request one from Teamup (Submit a request).

Once you have successfully configured a session, you can use any of the API's available in TeamupKit.

Documentation is still very much a work in progress...