This pull request includes additional functionality which allows users to update an existing post by passing in post id or post dict. The following additions/changes are included:
In rpc.py- Added the content_update method
In network.py - Added update_post method, which updates post content by cid or post dict
In network.py - The delete_post method was in the wrong section. I moved the delete_post method to the correct section ("Posts")
This pull request includes additional functionality which allows users to update an existing post by passing in post id or post dict. The following additions/changes are included: