kapanu / CommunicateSwift

Swift Wrapper for 3Shape Communicate™ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommunicateSwift

Swift Wrapper for 3Shape Communicate™ API

Installation

  • Git submodule
  • Carthage
  • Swift Package

Usage

import Communicate

Settings.shared.redirectionURI = "http://youruri.com"
Settings.shared.clientId = "YourClientId"
Settings.shared.clientSecret = "yourSecret"

Communicator.shared.signIn { status in
  print(status.message)
}

About

Swift Wrapper for 3Shape Communicate™ API

License:MIT License


Languages

Language:Swift 99.2%Language:Objective-C 0.8%