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 Swift SDK requires CocoaPods to be installed.
To install it, put the API client library in your project and then simply add the following line to your Podfile:
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
pod "ArtikCloud", :path => "../"
It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issue.
Peek into 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 (c) 2016 Samsung Electronics Co., Ltd.