PredixDev / predix-rest-client

Other
7 stars 16 forks source link

Add patch verb and add default timeouts #12

Closed pjbrown0618 closed 6 years ago

pjbrown0618 commented 6 years ago

The rest client has been updated to add the patch rest method. Also, the the API has been updated to add wrapper method calls for post (with entity parameter), patch, put, and delete that use the default timeout. This makes the API consistent with the get and post (with string parameter) which already had wrapper methods that specify the default timeout.