CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | Apache 2 |
ReleasedLast Release | Feb 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Jeanine Jue.
Depends on: | |
PromiseKit | ~> 4.0 |
Alamofire | ~> 4.0.1 |
This SDK helps you connect your iOS, OS X, tvOS, and watchOS applications to ARTIK Cloud. It exposes a number of methods to easily execute REST API calls to ARTIK Cloud.
The Swift3 SDK requires CocoaPods 1.1+ to be installed.
To install it, specify ArtikCloudSwift3
in your PodFile
:
use_frameworks!
pod 'ArtikCloudSwift3', :git => 'https://github.com/artikcloud/artikcloud-swift3.git', :branch => 'pvm-changes'
Then run the following command:
pod install
It’s recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.
Peek into the Tests for examples about how to use the SDK.
In addition, you can look at our tutorial and sample applications. These will give you a good overview of what you can do and how to do it.
If you are not familiar with ARTIK Cloud, we have extensive documentation at https://developer.artik.cloud/documentation
The full ARTIK Cloud API specification can be found at https://developer.artik.cloud/documentation/api-reference/
Check out advanced sample applications at https://developer.artik.cloud/documentation/samples/
To create and manage your services and devices on ARTIK Cloud, create an account at https://developer.artik.cloud
Also see the ARTIK Cloud blog for tutorials, updates, and more: http://artik.io/blog/cloud
Licensed under the Apache License. See LICENSE.
Copyright © 2016 Samsung Electronics Co., Ltd.