Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    •  
      CommentAuthorzeeg
    • CommentTimeAug 6th 2007
     
    We are developing several services over at Curse. One of which is the ability to grab data through our API. This kind of data could be item information, character profiles, etc.. Currently, the only methods supported (in relation to the database and sourcepeek users) are the character methods. They also only give basic information right now.

    So, here is your chance to get your requests on the list. The current methods, and an overview of the project, can be found on http://services.curse.com/wiki/index/.

    If you're interested in using this, just let me know here, or drop me a mail (dcramer@curse.com). We'll be happy to add (almost) any kind of information feed you would need. We want it to be a great solution for people to develop simple plug-in's for their forums, guild sites, or blogs.
    • CommentAuthorMaggi
    • CommentTimeAug 6th 2007
     
    you may integrate functions to retrieve information about items from your database...

    or should the api only support services that could be provided by all your sub game portals?
    •  
      CommentAuthorzeeg
    • CommentTimeAug 7th 2007
     
    Nope we'll do portal specific ones.

    For items do you think it's needed to give all fields? Or simply give an HTML dump of the tooltip?
    • CommentAuthorMaggi
    • CommentTimeAug 9th 2007
     
    well there should be a search by name function for items (for all languages), because many dkp systems and item link systems just call your search site and parse the resulting html site.

    of cause there should be a function to get items by id. for the return values the app which calls your interface might pass a kind of template with placeholders for the item values (placeholders specified by api) as parameter and you just replace the placeholders with the values and return, I don't know if this opens any security holes...