Skip to content
Martin Hwasser edited this page Oct 16, 2013 · 8 revisions

Getting Started with the Readmill SDK

Thank you for checking out the Readmill SDK! The SDK provides you with three different approaches to integrating with the Readmill social book platform, depending on your needs:

  1. If you want to provide your own user interface, the SDK also provides a set of model objects that allow you to interact with Readmill in an object-oriented way, offering more flexibility.

  2. If you want ultimate control or the model objects don’t suit your application’s needs, the SDK also provides direct access to the Readmill API through an Objective-C wrapper communicating with the API through JSON.

This guide isn’t a detailed instruction manual, but a quick overview of each of these three approaches. Once you have a basic idea of what you need to do, dive into the code — the SDK comes with a sample project, and all the SDK’s class headers are documented with usage instructions and tips.

Have fun!

  1. Object Model
  2. Direct API Access
Clone this wiki locally