PDA

View Full Version : API for consignment store



Norbert
01-21-2011, 04:59 PM
I've found managing my items in auction to be kind of tedious and time consuming. I realize it would be challenging to overhaul the UI within the PL app to make a really useful store area. One way to get around this is to publish an API (Application Programming Interface) for the data involved -- inventory, stash items, sale items.

The API would have to provide a means to authenticate also.

Developers could then write apps specifically for managing inventory, stash and sales. Some capabilities might include:

* Click an inventory item and see list of items in store with prices
* Moving items between inventory and stash
* See historical pricing data
* Re-list items (again seeing what price items are now at in store -- actually this would be my single biggest request short of the API)
* Be able to develop an app for iOS, Android or a web app or desktop
* Liquidate items easily
* Etc

I suspect the biggest challenge is with authentication and making sure that the features don't undercut the monetization (e.g. selling stash and inventory slots) of the game.

As an iOS developer, I'd love to work on an app for this.

recklessfa
01-23-2011, 06:30 AM
+1 !
Let the API only accept get method while you decide if it's something really you want/ need.
Get
User_online_status
My_active_auctions ( tokens email + Nick + ie 'how many mana potion in my stash' in order to secure it a bit)
my_sold items
+ whatever you are willing to let the community play with in order for them to build widgets, embedded HTML code to paste in their webpages, facebook etc... Win win deal here wouldn't you say? (well ok you get to handle the hard part of securing queuing etc... But thats almost the marketing budget here ;)

last350
01-23-2011, 10:12 AM
interesting, i like it