Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.51 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.51 KB

Version License Platform

Creatubbles API Client

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.

Author

Creatubbles

Dependencies

Installation

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'

Migration to 0.2.0

Please check out our Migration Guide to get more information.

QuickStart

After installation you can start using APIClient. See QuickStart for Swift or Objective-C for first steps with library.

Demo

We also have a demo, explained more here

Objective-C API Client

Feel free to use our own CTAPIClient wrapper for your Objective-C projects. You can check it out here

Changelog

Detailed information about changes in APIClient are available here

Contact

In order to receive your AppId and AppSecret please contact us at [email protected].

License

CreatubblesAPIClient is available under the MIT license.