python-tent-client
python-tent-client copied to clipboard
Write missing API methods
Working:
getProfileputPost(No attachment support yet. Not sure if we could test it -- does tent.is support post attachments yet?)
Working in general but missing support for getting details for a particular follower or post:
getFollowersgetEntitiesIFollowgetPosts
Missing:
putProfilefollowunfollowremoveFollowergetPostAttachment
Official Tent API docs: http://tent.io/docs/app-server
Would be great to add for the 0.3 release. Any plans to do this in the short-term, @longears, or should someone else do it?
I'm not working on this anymore. Anyone who wants to take over is welcome to. I can add people as collaborators on this project or you can fork it.
Okay great, thanks. Can you add me and my best friend AJ, username @ajvb?
Done! I'll also figure out how to get you PyPI access so you can update the package there. Also note that this project has two forks -- the original one, and one called package-up which rearranges the files into a structure better suited for distributing via PyPI.
@longears Thanks