Class: Forem::Services::FollowerService
- Inherits:
-
BaseService
- Object
- BaseService
- Forem::Services::FollowerService
- Defined in:
- lib/forem/services/follower_service.rb
Overview
Service for interacting with the Forem Followers API.
Lists the users who follow the authenticated user. Access via Client#followers. All methods inject the client's requestor automatically so no additional configuration is required.
Instance Method Summary collapse
-
#list(params = {}, opts = {}) ⇒ Array<Follower>
List users who follow the authenticated user.
Methods inherited from BaseService
Constructor Details
This class inherits a constructor from Forem::Services::BaseService