Classes
RESTClientObject
METHODS
delete_request
get_request
head_request
options_request
patch_request
post_request
put_request
request
RESTResponse
with statement. In this example,
fp is closed after the suite of the with statement is complete:
with open(‘spam.txt’, ‘r’) as fp:
fp.write(‘Spam and eggs!’)
METHODS