-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write missing API methods #16
Comments
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 |
@longears Thanks |
Working:
getProfile
putPost
(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:
getFollowers
getEntitiesIFollow
getPosts
Missing:
putProfile
follow
unfollow
removeFollower
getPostAttachment
Official Tent API docs: http://tent.io/docs/app-server
The text was updated successfully, but these errors were encountered: