TOC
1. Introduction
3. Workflow
This project aims at providing an Arrow connector, that gives access to a common interface to query wordpress.com API.
The Connector handles authentication process.
The connector should let consumers perform basic CRUD tasks - Create Read Update & Delete data, against the following types:
- Articles
- Article Comments
- Users (only list user information)
All issues and improvement requests should be added to the project's issue tracking system. Members can (create and ) assign issues to themselves and work on them.
The following criteria should be met for the project to be tagged as a beta release:
- Crud functionality should be ensured on all types
- Connection to wordpress.com should be tested (alongside with authentication)