vinicius73/steem-js

View on GitHub
packages/api/methods/available/tags_api.json

Summary

Maintainability
Test Coverage
[
  {
    "name": "get_active_votes",
    "args": [
      "author",
      "permlink"
    ],
    "ret": [
      "votes"
    ]
  },
  {
    "name": "get_comment_discussions_by_payout",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_content_replies",
    "args": [
      "author",
      "permlink"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussion",
    "args": [
      "author",
      "permlink"
    ],
    "ret": [
      "id",
      "author",
      "permlink",
      "category",
      "parent_author",
      "parent_permlink",
      "title",
      "body",
      "json_metadata",
      "last_update",
      "created",
      "active",
      "last_payout",
      "depth",
      "children",
      "net_rshares",
      "abs_rshares",
      "vote_rshares",
      "children_abs_rshares",
      "cashout_time",
      "max_cashout_time",
      "total_vote_weight",
      "reward_weight",
      "total_payout_value",
      "curator_payout_value",
      "author_rewards",
      "net_votes",
      "root_author",
      "root_permlink",
      "max_accepted_payout",
      "percent_steem_dollars",
      "allow_replies",
      "allow_votes",
      "allow_curation_rewards",
      "beneficiaries",
      "url",
      "root_title",
      "pending_payout_value",
      "total_pending_payout_value",
      "active_votes",
      "replies",
      "author_reputation",
      "promoted",
      "body_length",
      "reblogged_by"
    ]
  },
  {
    "name": "get_discussions_by_active",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_author_before_date",
    "args": [
      "author",
      "start_permlink",
      "before_date",
      "limit"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_blog",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_cashout",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_children",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_comments",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_created",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_feed",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_hot",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_promoted",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_trending",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_discussions_by_votes",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_post_discussions_by_payout",
    "args": [
      "tag",
      "limit",
      "filter_tags",
      "select_authors",
      "select_tags",
      "truncate_body"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_replies_by_last_update",
    "args": [
      "start_parent_author",
      "start_permlink",
      "limit"
    ],
    "ret": [
      "discussions"
    ]
  },
  {
    "name": "get_tags_used_by_author",
    "args": [
      "author"
    ],
    "ret": [
      "tags"
    ]
  },
  {
    "name": "get_trending_tags",
    "args": [
      "start_tag",
      "limit"
    ],
    "ret": [
      "tags"
    ]
  }
]