Validic / validic

API Wrapper for Validic
https://validic.com
MIT License
0 stars 2 forks source link

Added the ability to delete user with uid #6

Closed rsnorman closed 10 years ago

rsnorman commented 10 years ago

Summary

Added the ability to delete a user using their uid assigned by the consumer of the API. This update only uses the secondary way of deleting a user using this url format:

DELETE https://api.validic.com/v1/organizations/5176906c6deddac02c000001/users.json

Also added delete ability to Validic::Request module.

NOTE: Was unsure how to test user user_delete method correctly since most specs seem to be pending.

baldrailers commented 10 years ago

Thanks for adding this.

baldrailers commented 10 years ago

@rsnorman your PR is now part of the 0.3.3 release. Thanks!