/stackoverflowConnector

A connector for stackoverflow.com

Primary LanguageJavaScriptMIT LicenseMIT

Stackoverflow Connector

An Appcelerator Arrow connector for stackoverflow

TOC

1. INTRODUCTION

This project aims at providing an Arrow connector, that give access to a common interface to query wordpress.com API.

The Connector handles authentication process.

1. CRUD FUNCTIONALITY

The connector should let consumers perform basic CRUD tasks - Create Read Update & Delete data, against the following types:

  • Threads
  • Questions
  • Answers
  • Users (only list user information)

3. WORKFLOW

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.

4. BETA ACCEPTANCE CRITERIA

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 stackoverflow should be tested (alongside with authentication)