Project

General

Profile

Task #3120

Updated by Ayush Khandelwal over 1 year ago

1. Fetch youtube book source urls from the 'bookSource' API. 
 <pre> 
 API Endpoint: /admin/content/api/v1/bookSource content/api/v1/bookSource 
 Method: POST 
 Request Body: { 
 "bookIds": [<array of bookId>] 
 } 
 </pre> 

 2. Once the /chatgptplus page loaded, do 'bookSource' API call and update the BookName with Links. 

 Suppose if someone click on the book-name then the link should open in a new tab.

Back