class
Cryap::Web::ApiController::Accounts
- Cryap::Web::ApiController::Accounts
- Cryap::Web::ApiController::Base
- Cryap::Web::Controller
- Reference
- Object
Defined in:
controllers/api/accounts.crConstructors
- .new(actors : ActorsService, users : UsersService, follows : FollowsService, search : SearchService)
Instance Method Summary
- #bookmarks(session, context, pagination)
- #favourites(session, context, pagination)
- #follow(session, context, id)
- #follow_requests(session, context, pagination)
- #follow_requests_authorize(session, context, id)
- #follow_requests_reject(session, context, id)
- #followers(context, id, pagination)
- #following(context, id, pagination)
- #get(context, id)
- #lookup(context, acct)
- #note(session, context, id, note)
- #relationships(session, context, ids)
- #remove_from_followers(session, context, id)
- #search(context, session, query, limit, offset, following, resolve)
- #statuses(context, session, id, pagination, pinned)
- #unfollow(session, context, id)
- #update_credentials(session, context, display_name, summary, manually_approves_followers, bot, discoverable, cryap)
- #verify_credentials(session, context)
Instance methods inherited from class Cryap::Web::Controller
return_error(status : HTTP::Status)
return_error
Constructor methods inherited from class Cryap::Web::Controller
new
new
Constructor Detail
def self.new(actors : ActorsService, users : UsersService, follows : FollowsService, search : SearchService)
#
Instance Method Detail
def update_credentials(session, context, display_name, summary, manually_approves_followers, bot, discoverable, cryap)
#