HTTPSAPI (Bukkit -> Web)

Discussion in 'Archived: Plugin Requests' started by prisonier, Feb 28, 2014.

  1. Offline

    prisonier

    Hello all,

    I want to make my bukkit server able to access data through a webserver wich is connected to the database.

    First i decided to use WebSend but i finnaly don't want to use a socket and PHP.

    So i've looked for a HTTP request plugin and I've found those 3 :

    JSONAPI : looks perfect but it is an API for the webserver so it is only a part of what i'm looking for.

    SimpleHTTPListener : Not Open source -> dismissed

    HttpTools : Not Open source + not an API -> dismissed

    I really want an API that i can call in my plugins. First i would like to know if there isn't another plugin than the 3 quoted above, and if not, i will create what i need (open source). Everyone who wants to join the project is welcome.

    Communication will be in HTTPS and server will respond with JSON.

    We will use the Apache HttpComponents because it has been developped since a long time and it is open source.

    Thanks.
     

Share This Page