Skip to content
Snippets Groups Projects
Commit c046a48d authored by Pawel Maniora's avatar Pawel Maniora
Browse files

test update, serve.py comments

parent 89a5034e
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !293. Comments created here will be created in the context of that merge request.
...@@ -107,6 +107,7 @@ def build_methods(): ...@@ -107,6 +107,7 @@ def build_methods():
'follow_api.get_blog': condenser_api.get_blog, 'follow_api.get_blog': condenser_api.get_blog,
'follow_api.get_blog_entries': condenser_api.get_blog_entries, 'follow_api.get_blog_entries': condenser_api.get_blog_entries,
'follow_api.get_reblogged_by': condenser_api.get_reblogged_by, 'follow_api.get_reblogged_by': condenser_api.get_reblogged_by,
# three functions under are not implemented, should we remove them?
'follow_api.get_feed_entries': follow_api.get_feed_entries, 'follow_api.get_feed_entries': follow_api.get_feed_entries,
'follow_api.get_feed': follow_api.get_feed, 'follow_api.get_feed': follow_api.get_feed,
'follow_api.get_blog_authors': follow_api.get_blog_authors 'follow_api.get_blog_authors': follow_api.get_blog_authors
...@@ -126,6 +127,7 @@ def build_methods(): ...@@ -126,6 +127,7 @@ def build_methods():
'tags_api.get_post_discussions_by_payout': condenser_api.get_post_discussions_by_payout, 'tags_api.get_post_discussions_by_payout': condenser_api.get_post_discussions_by_payout,
'tags_api.get_comment_discussions_by_payout': condenser_api.get_comment_discussions_by_payout, 'tags_api.get_comment_discussions_by_payout': condenser_api.get_comment_discussions_by_payout,
'tags_api.get_active_votes' : tags_api.get_active_votes, 'tags_api.get_active_votes' : tags_api.get_active_votes,
# five functions under are not implemented, should we remove them?
'tags_api.get_tags_used_by_author' : tags_api.get_tags_used_by_author, 'tags_api.get_tags_used_by_author' : tags_api.get_tags_used_by_author,
'tags_api.get_discussions_by_active' : tags_api.get_discussions_by_active, 'tags_api.get_discussions_by_active' : tags_api.get_discussions_by_active,
'tags_api.get_discussions_by_cashout' : tags_api.get_discussions_by_cashout, 'tags_api.get_discussions_by_cashout' : tags_api.get_discussions_by_cashout,
......
Subproject commit 41926582a95c5c357a8f66a54478f5aff5af4a96 Subproject commit 3d3daf0c67b9d429be51b2d66543a57c0f8fcf29
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment