Big TIME refactor of GET, PUT, DELETE and POST method calls on the WAPI object. Any code written to use these calls will be breaking.
I'm not sure fileop and service will be broken b/c we don't seem to call the wapi.get(), wapi.put(), wapi.post() and wapi.delete() directly - instead we seem to use the self.conn.
I'm going to push this update b/c it DOES two (2) great things:
makes the API MUCH simpler to use
adds verify=wapi.ssl_verify automatically - once you instantiate and set this, it's used on EVERY call going forward, you no longer have to pass this
Big TIME refactor of GET, PUT, DELETE and POST method calls on the WAPI object. Any code written to use these calls will be breaking.
I'm not sure fileop and service will be broken b/c we don't seem to call the wapi.get(), wapi.put(), wapi.post() and wapi.delete() directly - instead we seem to use the self.conn.
I'm going to push this update b/c it DOES two (2) great things: