Community contributed extensions

Open eBay [openebay] module

This module is for the Play 1.x series only.

This module provides the basic plumbing to create an Open eBay Application (http://apps.ebay.com/). More details about these applications can be found at eBay Developer Network (https://www.x.com/developers/ebay/products/open-ebay-apps)

Features in Version 0.1
- Gadgets Url request verification
- Username & Auth token decryption
- Open eBay parameter extraction
- Templates for Canvas, Default and Wide Views using Bootstrap.

Planned Features
-eBay Api Integration
-Subscription End point management & User Management
-eBay oAuth Integration for external pages

https://bitbucket.org/kumaresan/openebay

Written by Kumaresan.

Published releases

0.1 Mar 01 2012 Documentation Try Play

To install locally this module use the install command:

play install openebay-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> openebay {version}