-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Jan Stefan Gehrmann edited this page Jul 18, 2017
·
4 revisions
To use the Continous Rest Client you just have to include it in your project.
After that create an instance of the REST object:
var client = new REST();Now you can start firing request by using the different request methods given in REST your newly created REST object:
client.GET(url,true,function (responseText, statusCode, statusMessage) {
//do something...
});There are several different methods you can use. If you need more information about them visit the following wikipages: