1. #1

    [Battle.net API] JBNetApi

    Hello there,
    I'm not quite sure it's the perfect forum for this topic, but eh!

    I'm currently developping a wrapper in Java to use the Battle.Net api.
    It's pretty simple to use. Here it what it does:
    - HTTPS connection
    - Authenticated mod (with blizzard provided api keypair)
    - Non-Authenticated mod
    - Response as Java object

    It use Google GSON to handle and parse the json format and LOG4J for logging purpose.

    If you want to get involved or to try and test it go ahead! The documentation is not huge (at all), but method and object names are very straightforward and easily recognizable for a WoW player.
    If you want to get involved or if you have anything to report, be my guest!

    code.google.com/p/jbnetapi/

    Sorry for the pitiful English

  2. #2
    Deleted
    Doesn't have anything to do with Interface. Moved to Computers.

  3. #3
    What did you use to code? All I get is nonsense with a few recognizable bits here and there when I try to open it in Notepad++.

  4. #4
    I'm on eclipse, what did you try to open?

  5. #5
    Never mind. I'm stupid :P Is there source for the class anywhere?

  6. #6
    Hu, either you can check them out using mercurial, or I can make a jar containing source. It's better to use mercurial, this way you always have the latest version in the blink of an eye .

    code.google.com/p/jbnetapi/source/checkout

    ---------- Post added 2011-08-25 at 04:40 PM ----------

    Update:
    - You can now use any locale you want (as long as it's avalaible in your BNET region).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •