Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
/ WordPressComKit Public archive

A reusable/lighweight iOS/Mac OS X/tvOS library for talking to WordPress.com

License

Notifications You must be signed in to change notification settings

Automattic/WordPressComKit

Repository files navigation

WordPressComKit

This library will be equivalent to wpcom.js for iOS/Mac/tvOS application. There are several ideals surrounding this library:

  1. Wrap all basic WordPress.com REST API functionality in a reusable, lightweight service layer.
  2. Delegate persistance to consuming application. At some point in the future the caching could be heavier like in the Parse SDKs.
  3. Include Authentication for OAuth2 as a service.
  4. Delivery as a CocoaPod or Carthage dependency.
  5. Unit test everything.

Usage

Forthcoming.

Reporting Issues

Forthcoming.

Contribution

Forthcoming.