CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

Codic 0.0.1

Codic 0.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2015
SPMSupports SPM

Maintained by to4iki.



Codic 0.0.1

Codic

API Reference - codic.

Description

codic API v1 client for Swift.

Requirements

  • Built for Swift 1.2
  • Runs on iOS 8 / OS X 10.10 and above

Usage

let client = Codic.Client(accessKey: "your api access_key")

let request = client.getItems(parameters: parameters)
let request = client.lookup("term")
request.onComplete(
    resolve: {
      // success handler
    },
    reject: {
      // failure handler
    }
)
request.resume()

Installation

Documentation

  • API documentation is available at the wonderful cocoadocs.org
  • This README covers almost all features of Codic
  • The tests contain (trivial) usage examples for every feature

TODO

Error JSON mapping(エラー)

Licence

MIT

Author

to4iki