Skip to content
Nicolas edited this page Aug 18, 2014 · 1 revision

Welcome to the Harmony-Api wiki!

How to invoke API ?

Tokens will be given at this address https://www.harmony-hosting.com/panel/api

HarmonyApiRequest Api = new HarmonyApiRequest("USERNAME","TOKENS", USESSL(True:False);

How To Make Get Request ?

Api.get("Some Key")

Like

Api.get("/servers")

How to Make Put Post and Delete Request ?

Api.put("Some Key", Map)

Map must contain the parameters of the request (Auto converted in JSON)

Clone this wiki locally