CreatubblesAPIClient is a simple library built to help you communicate with the latest Creatubbles API. It works with both Swift and Objective-C.
Please note, that library is still under heavy development, and interface may be slightly changed.
CreatubblesAPIClient is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod 'CreatubblesAPIClient'
or to use development version:
pod 'CreatubblesAPIClient', :git => 'https://github.com/creatubbles/ctb-api-swift.git', :branch => 'develop'
Please check out our Migration Guide to get more information.
After installation you can start using APIClient. See QuickStart for Swift or Objective-C for first steps with library.
We also have a demo, explained more here
Feel free to use our own CTAPIClient wrapper for your Objective-C projects. You can check it out here
Detailed information about changes in APIClient are available here
In order to receive your AppId and AppSecret please contact us at [email protected].
CreatubblesAPIClient is available under the MIT license.