public REST() { endpoint = string.Empty; httpMethod = httpverb.GET; }
public RestClient() { endpoint = string.Empty; httpmethod = httpverb.GET; }
public RestClient() //constructor class { endpoint = string.Empty; httpmethod = httpverb.GET; }
//default constructor public RestApi() { endpoint = string.Empty; //shodan use only get http method in all search methods httpmethod = httpverb.GET; }
public RestClient_old() { endPoint = "http://itildemo.servicedeskplus.com"; httpMethod = httpverb.GET; }
public restClient() { //Creating Variables endPoint = string.Empty; httpMethod = httpverb.GET; }