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

list_pop_communities, list_subscribers and normalize_post readme files added

parent 2f745074
No related branches found
No related tags found
1 merge request!150Readme files for bridge api calls.
Lists communities by new subscriber count. Returns names and titles community list.
method: "bridge.list_pop_communities"
params:
{
"limit":"{number}",
optional, range 1..25; default = 25;
}
\ No newline at end of file
Lists all subscribers with role, title and time of subscription for given community.
method: "bridge.list_subscribers"
params:
{
"community":"{name}",
mandatory, points to community;
}
\ No newline at end of file
Took post object and outputs bridge-api normalized version, but at the moment there is no fat node that would be source of unnormalized posts.
Result is basically the same as bridge.get_post.
Depracated.
method: "bridge.normalize_post"
params:
{
"post": {
"author":"{author}" + "permlink::"{permlink}",
mandatory, point to valid post; rest of parameters are irrelevant
}
}
\ No newline at end of file
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