An open API service indexing awesome lists of open source software.

https://github.com/ringcentral/ringcentral-swift

RingCentral Swift Client
https://github.com/ringcentral/ringcentral-swift

ringcentral swift

Last synced: 11 months ago
JSON representation

RingCentral Swift Client

Awesome Lists containing this project

README

          

# RingCentral

RingCentral Swift SDK.

## Install

### Swift Package Manager

Once you have your Swift package set up, adding RingCentral as a dependency is as easy as adding it to the dependencies value of your Package.swift.

```swift
dependencies: [
.package(url: "https://github.com/ringcentral/ringcentral-swift.git", .branch("dev"))
]
```

## Usage

Please check this [test case](./Tests/RingCentralTests/RingCentralTests.swift).

A [demo project](https://github.com/tylerlong/ringcentral-swift-demo) for your reference.