|
| follow_api_impl (golos::application::application &_app) |
|
vector< follow_api_obj > | get_followers (string following, string start_follower, follow_type type, uint16_t limit) const |
|
vector< follow_api_obj > | get_following (string follower, string start_following, follow_type type, uint16_t limit) const |
|
follow_count_api_obj | get_follow_count (string &account) const |
|
vector< feed_entry > | get_feed_entries (string account, uint32_t entry_id, uint16_t limit) const |
|
vector< comment_feed_entry > | get_feed (string account, uint32_t entry_id, uint16_t limit) const |
|
vector< blog_entry > | get_blog_entries (string account, uint32_t entry_id, uint16_t limit) const |
|
vector< comment_blog_entry > | get_blog (string account, uint32_t entry_id, uint16_t limit) const |
|
vector< account_reputation > | get_account_reputations (string lower_bound_name, uint32_t limit) const |
|
Definition at line 19 of file follow_api.cpp.
◆ follow_api_impl()
◆ get_account_reputations()
vector< account_reputation > golos::follow::detail::follow_api_impl::get_account_reputations |
( |
string |
lower_bound_name, |
|
|
uint32_t |
limit |
|
) |
| const |
◆ get_blog()
vector< comment_blog_entry > golos::follow::detail::follow_api_impl::get_blog |
( |
string |
account, |
|
|
uint32_t |
entry_id, |
|
|
uint16_t |
limit |
|
) |
| const |
◆ get_blog_entries()
vector< blog_entry > golos::follow::detail::follow_api_impl::get_blog_entries |
( |
string |
account, |
|
|
uint32_t |
entry_id, |
|
|
uint16_t |
limit |
|
) |
| const |
◆ get_feed()
vector< comment_feed_entry > golos::follow::detail::follow_api_impl::get_feed |
( |
string |
account, |
|
|
uint32_t |
entry_id, |
|
|
uint16_t |
limit |
|
) |
| const |
◆ get_feed_entries()
vector< feed_entry > golos::follow::detail::follow_api_impl::get_feed_entries |
( |
string |
account, |
|
|
uint32_t |
entry_id, |
|
|
uint16_t |
limit |
|
) |
| const |
◆ get_follow_count()
follow_count_api_obj golos::follow::detail::follow_api_impl::get_follow_count |
( |
string & |
account | ) |
const |
◆ get_followers()
vector< follow_api_obj > golos::follow::detail::follow_api_impl::get_followers |
( |
string |
following, |
|
|
string |
start_follower, |
|
|
follow_type |
type, |
|
|
uint16_t |
limit |
|
) |
| const |
◆ get_following()
vector< follow_api_obj > golos::follow::detail::follow_api_impl::get_following |
( |
string |
follower, |
|
|
string |
start_following, |
|
|
follow_type |
type, |
|
|
uint16_t |
limit |
|
) |
| const |
◆ app
The documentation for this class was generated from the following file: