-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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)