gitbrent/SpRestLib

Documentation error fixing

rachidio opened this issue · 1 comments

On this link :https://github.com/gitbrent/SpRestLib#delete-item
delete function accept the item Id as int, but this is not true as the delete function want a json object {Id : ID}
Thanks

Hi @ra6hi9,

Thanks for letting me know. The docs were all over the place with delete() and recycle() :-)

I've updated recycle() to accept an object like all the other list methods.

Recycle Item