Service to handle the fetch of a move list
Methods
# async inner getMoviesByCategory(category, segmentationValueopt) → {Promise.<Array.<Object>>}
Get list of movies by category
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
category | 
  
  
  
      
string
  
   | 
  
      Category id  | 
|
segmentationValue | 
  
  
  
      
string
  
   | 
  
      
      
          <optional> | 
  
  
  the value for the segmentation to filter/use for any possible filtering  | 
Results
Promise.<Array.<Object>>
    # async inner getTvShowsByCategory(category, segmentationValueopt) → {Promise.<Array.<Object>>}
Get list of tv shows by category
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
category | 
  
  
  
      
string
  
   | 
  
      Category id  | 
|
segmentationValue | 
  
  
  
      
string
  
   | 
  
      
      
          <optional> | 
  
  
  the value for the segmentation to filter/use for any possible filtering  | 
Results
Promise.<Array.<Object>>