Example #1
0
 public bool SetSpaceStatus(string spaceKey, string status)
 {
     return(_service.setSpaceStatus(_authToken, spaceKey, status));
 }