Class: Forem::Services::VideoService
- Inherits:
-
BaseService
- Object
- BaseService
- Forem::Services::VideoService
- Defined in:
- lib/forem/services/video_service.rb
Overview
Service for interacting with the Forem Videos API.
Lists articles that contain video content. Access via Client#videos. All methods inject the client's requestor automatically so no additional configuration is required.
Instance Method Summary collapse
-
#list(params = {}, opts = {}) ⇒ Array<Video>
List articles that contain videos.
Methods inherited from BaseService
Constructor Details
This class inherits a constructor from Forem::Services::BaseService