Skip to content
Snippets Groups Projects
Commit 2ebbd8ca authored by Paulina Czempiel's avatar Paulina Czempiel
Browse files

readme fix

parent 3a17198a
No related branches found
No related tags found
1 merge request!148Readme files to condenser_api calls
...@@ -3,13 +3,9 @@ Lists discussions based on payout sort. ...@@ -3,13 +3,9 @@ Lists discussions based on payout sort.
method: "condenser_api.get_comment_discussion_by_payout" method: "condenser_api.get_comment_discussion_by_payout"
params: params:
{ {
"author":"{author}" "start_author":"{author}", "start_permlink":"{permlink}"
optional, points to valid start account optional, when given have to point to valid start post; paging mechanism
"permlink":"{permlink}"
optional, with author when given have to point to valid start post; paging mechanism
"limit":"{limit}" "limit":"{limit}"
......
...@@ -3,11 +3,7 @@ Lists replies for given post. ...@@ -3,11 +3,7 @@ Lists replies for given post.
method: "condenser_api.get_content_replies" method: "condenser_api.get_content_replies"
params: params:
{ {
"account": "{account}", "author": "{author}", "permlink": {permlink},
mandatory, points to valid account mandatory, points to valid post
"permlink": {permlink},
mandatory, with account points to valid post
} }
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