Commit graph

4 commits

Author SHA1 Message Date
bf4fa6536d Added reply button on timeline page 2018-02-19 11:25:22 +00:00
19aee623b1 Navigation bar to show global highlighted on global page 2018-02-18 13:33:49 +00:00
92d4ae7ca5 Added layout extend, list of posts 2018-02-16 05:41:32 +00:00
fe108d1a35 Initial Commit
Creation of
- post_status(), to post a status
- user_posts_by_username(username) to get posts for a specific account, given username
- user_posts(account_object) to get posts for a specific account, given user ID
- timeline_for_user(username) to get 'following' timeline for a user, given username
- global_timeline() to get all posts
- post_details(post_id) to get post details, given post ID
- delete_post(post_id) to 'delete' post, sets post as hidden
2018-02-16 05:18:39 +00:00