musora-content-services 1.0.101 → 1.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +34 -7
- package/docs/config.js.html +2 -2
- package/docs/index.html +2 -2
- package/docs/module-Config.html +2 -2
- package/docs/module-Railcontent-Services.html +2 -2
- package/docs/module-Sanity-Services.html +373 -40
- package/docs/railcontent.js.html +52 -2
- package/docs/sanity.js.html +92 -29
- package/package.json +1 -1
- package/src/contentTypeConfig.js +13 -0
- package/src/index.js +2 -0
- package/src/services/sanity.js +1 -5
- package/test/sanityQueryService.test.js +17 -16
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<nav >
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#~initializeService">initializeService</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchVimeoData">fetchVimeoData</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllSongs">fetchAllSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCatalogMetadata">fetchCatalogMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChallengeOverview">fetchChallengeOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChildren">fetchChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCourseOverview">fetchCourseOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodNextLesson">fetchMethodNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethods">fetchMethods</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackChildren">fetchPackChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentByRailContentId">fetchParentByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongCount">fetchSongCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongFilterOptions">fetchSongFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchWorkouts">fetchWorkouts</a></li></ul></li></ul>
|
|
32
|
+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-Config.html">Config</a><ul class='methods'><li data-type='method'><a href="module-Config.html#~initializeService">initializeService</a></li></ul></li><li><a href="module-Railcontent-Services.html">Railcontent-Services</a><ul class='methods'><li data-type='method'><a href="module-Railcontent-Services.html#.fetchAllCompletedStates">fetchAllCompletedStates</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedContent">fetchCompletedContent</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchCompletedState">fetchCompletedState</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentInProgress">fetchContentInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchContentPageUserData">fetchContentPageUserData</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchSongsInProgress">fetchSongsInProgress</a></li><li data-type='method'><a href="module-Railcontent-Services.html#.fetchVimeoData">fetchVimeoData</a></li></ul></li><li><a href="module-Sanity-Services.html">Sanity-Services</a><ul class='methods'><li data-type='method'><a href="module-Sanity-Services.html#.fetchAll">fetchAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllFilterOptions">fetchAllFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllPacks">fetchAllPacks</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchAllSongs">fetchAllSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtistLessons">fetchArtistLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchArtists">fetchArtists</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentId">fetchByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByRailContentIds">fetchByRailContentIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchByReference">fetchByReference</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCatalogMetadata">fetchCatalogMetadata</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChallengeOverview">fetchChallengeOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchChildren">fetchChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCoachLessons">fetchCoachLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchCourseOverview">fetchCourseOverview</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchFoundation">fetchFoundation</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchGenreLessons">fetchGenreLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchLessonContent">fetchLessonContent</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethod">fetchMethod</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildren">fetchMethodChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodChildrenIds">fetchMethodChildrenIds</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodNextLesson">fetchMethodNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethodPreviousNextLesson">fetchMethodPreviousNextLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchMethods">fetchMethods</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNewReleases">fetchNewReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchNextPreviousLesson">fetchNextPreviousLesson</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackAll">fetchPackAll</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchPackChildren">fetchPackChildren</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchParentByRailContentId">fetchParentByRailContentId</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedLessons">fetchRelatedLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedMethodLessons">fetchRelatedMethodLessons</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchRelatedSongs">fetchRelatedSongs</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSanity">fetchSanity</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchScheduledReleases">fetchScheduledReleases</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongArtistCount">fetchSongArtistCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongById">fetchSongById</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongCount">fetchSongCount</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchSongFilterOptions">fetchSongFilterOptions</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchUpcomingEvents">fetchUpcomingEvents</a></li><li data-type='method'><a href="module-Sanity-Services.html#.fetchWorkouts">fetchWorkouts</a></li></ul></li></ul>
|
|
33
33
|
|
|
34
34
|
</nav>
|
|
35
35
|
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
|
|
101
101
|
<dt class="tag-source">Source:</dt>
|
|
102
102
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
103
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
103
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line422">line 422</a>
|
|
104
104
|
</li></ul></dd>
|
|
105
105
|
|
|
106
106
|
|
|
@@ -714,7 +714,7 @@ The filter options are dynamically generated based on the provided filters, styl
|
|
|
714
714
|
|
|
715
715
|
<dt class="tag-source">Source:</dt>
|
|
716
716
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
717
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
717
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line561">line 561</a>
|
|
718
718
|
</li></ul></dd>
|
|
719
719
|
|
|
720
720
|
|
|
@@ -1090,7 +1090,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
1090
1090
|
|
|
1091
1091
|
<dt class="tag-source">Source:</dt>
|
|
1092
1092
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1093
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
1093
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line917">line 917</a>
|
|
1094
1094
|
</li></ul></dd>
|
|
1095
1095
|
|
|
1096
1096
|
|
|
@@ -1344,7 +1344,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
1344
1344
|
|
|
1345
1345
|
<dt class="tag-source">Source:</dt>
|
|
1346
1346
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1347
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
1347
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line173">line 173</a>
|
|
1348
1348
|
</li></ul></dd>
|
|
1349
1349
|
|
|
1350
1350
|
|
|
@@ -1810,7 +1810,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
1810
1810
|
|
|
1811
1811
|
<dt class="tag-source">Source:</dt>
|
|
1812
1812
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1813
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
1813
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1123">line 1123</a>
|
|
1814
1814
|
</li></ul></dd>
|
|
1815
1815
|
|
|
1816
1816
|
|
|
@@ -2023,7 +2023,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
2023
2023
|
|
|
2024
2024
|
<dt class="tag-source">Source:</dt>
|
|
2025
2025
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2026
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2026
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line52">line 52</a>
|
|
2027
2027
|
</li></ul></dd>
|
|
2028
2028
|
|
|
2029
2029
|
|
|
@@ -2188,7 +2188,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
2188
2188
|
|
|
2189
2189
|
<dt class="tag-source">Source:</dt>
|
|
2190
2190
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2191
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2191
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line364">line 364</a>
|
|
2192
2192
|
</li></ul></dd>
|
|
2193
2193
|
|
|
2194
2194
|
|
|
@@ -2353,7 +2353,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
2353
2353
|
|
|
2354
2354
|
<dt class="tag-source">Source:</dt>
|
|
2355
2355
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2356
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2356
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line383">line 383</a>
|
|
2357
2357
|
</li></ul></dd>
|
|
2358
2358
|
|
|
2359
2359
|
|
|
@@ -2562,7 +2562,7 @@ fetchAllFilterOptions('myBrand', '', 'Rock', 'John Doe', 'song', 'Love')
|
|
|
2562
2562
|
|
|
2563
2563
|
<dt class="tag-source">Source:</dt>
|
|
2564
2564
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2565
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2565
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1086">line 1086</a>
|
|
2566
2566
|
</li></ul></dd>
|
|
2567
2567
|
|
|
2568
2568
|
|
|
@@ -2728,7 +2728,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
2728
2728
|
|
|
2729
2729
|
<dt class="tag-source">Source:</dt>
|
|
2730
2730
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2731
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2731
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1259">line 1259</a>
|
|
2732
2732
|
</li></ul></dd>
|
|
2733
2733
|
|
|
2734
2734
|
|
|
@@ -2893,7 +2893,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
2893
2893
|
|
|
2894
2894
|
<dt class="tag-source">Source:</dt>
|
|
2895
2895
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
2896
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
2896
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1009">line 1009</a>
|
|
2897
2897
|
</li></ul></dd>
|
|
2898
2898
|
|
|
2899
2899
|
|
|
@@ -3058,7 +3058,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3058
3058
|
|
|
3059
3059
|
<dt class="tag-source">Source:</dt>
|
|
3060
3060
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3061
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3061
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line609">line 609</a>
|
|
3062
3062
|
</li></ul></dd>
|
|
3063
3063
|
|
|
3064
3064
|
|
|
@@ -3260,7 +3260,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3260
3260
|
|
|
3261
3261
|
<dt class="tag-source">Source:</dt>
|
|
3262
3262
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3263
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3263
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1037">line 1037</a>
|
|
3264
3264
|
</li></ul></dd>
|
|
3265
3265
|
|
|
3266
3266
|
|
|
@@ -3425,7 +3425,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3425
3425
|
|
|
3426
3426
|
<dt class="tag-source">Source:</dt>
|
|
3427
3427
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3428
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3428
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1068">line 1068</a>
|
|
3429
3429
|
</li></ul></dd>
|
|
3430
3430
|
|
|
3431
3431
|
|
|
@@ -3590,7 +3590,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3590
3590
|
|
|
3591
3591
|
<dt class="tag-source">Source:</dt>
|
|
3592
3592
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3593
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3593
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line655">line 655</a>
|
|
3594
3594
|
</li></ul></dd>
|
|
3595
3595
|
|
|
3596
3596
|
|
|
@@ -3748,7 +3748,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3748
3748
|
|
|
3749
3749
|
<dt class="tag-source">Source:</dt>
|
|
3750
3750
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3751
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3751
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1164">line 1164</a>
|
|
3752
3752
|
</li></ul></dd>
|
|
3753
3753
|
|
|
3754
3754
|
|
|
@@ -3961,7 +3961,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
3961
3961
|
|
|
3962
3962
|
<dt class="tag-source">Source:</dt>
|
|
3963
3963
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3964
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
3964
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line821">line 821</a>
|
|
3965
3965
|
</li></ul></dd>
|
|
3966
3966
|
|
|
3967
3967
|
|
|
@@ -4126,7 +4126,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4126
4126
|
|
|
4127
4127
|
<dt class="tag-source">Source:</dt>
|
|
4128
4128
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4129
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4129
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line668">line 668</a>
|
|
4130
4130
|
</li></ul></dd>
|
|
4131
4131
|
|
|
4132
4132
|
|
|
@@ -4308,7 +4308,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4308
4308
|
|
|
4309
4309
|
<dt class="tag-source">Source:</dt>
|
|
4310
4310
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4311
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4311
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line705">line 705</a>
|
|
4312
4312
|
</li></ul></dd>
|
|
4313
4313
|
|
|
4314
4314
|
|
|
@@ -4466,7 +4466,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4466
4466
|
|
|
4467
4467
|
<dt class="tag-source">Source:</dt>
|
|
4468
4468
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4469
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4469
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line759">line 759</a>
|
|
4470
4470
|
</li></ul></dd>
|
|
4471
4471
|
|
|
4472
4472
|
|
|
@@ -4624,7 +4624,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4624
4624
|
|
|
4625
4625
|
<dt class="tag-source">Source:</dt>
|
|
4626
4626
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4627
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4627
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line726">line 726</a>
|
|
4628
4628
|
</li></ul></dd>
|
|
4629
4629
|
|
|
4630
4630
|
|
|
@@ -4806,7 +4806,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4806
4806
|
|
|
4807
4807
|
<dt class="tag-source">Source:</dt>
|
|
4808
4808
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4809
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4809
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line743">line 743</a>
|
|
4810
4810
|
</li></ul></dd>
|
|
4811
4811
|
|
|
4812
4812
|
|
|
@@ -4995,7 +4995,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
4995
4995
|
|
|
4996
4996
|
<dt class="tag-source">Source:</dt>
|
|
4997
4997
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
4998
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
4998
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line643">line 643</a>
|
|
4999
4999
|
</li></ul></dd>
|
|
5000
5000
|
|
|
5001
5001
|
|
|
@@ -5153,7 +5153,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5153
5153
|
|
|
5154
5154
|
<dt class="tag-source">Source:</dt>
|
|
5155
5155
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5156
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5156
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line255">line 255</a>
|
|
5157
5157
|
</li></ul></dd>
|
|
5158
5158
|
|
|
5159
5159
|
|
|
@@ -5311,7 +5311,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5311
5311
|
|
|
5312
5312
|
<dt class="tag-source">Source:</dt>
|
|
5313
5313
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5314
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5314
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line795">line 795</a>
|
|
5315
5315
|
</li></ul></dd>
|
|
5316
5316
|
|
|
5317
5317
|
|
|
@@ -5469,7 +5469,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5469
5469
|
|
|
5470
5470
|
<dt class="tag-source">Source:</dt>
|
|
5471
5471
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5472
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5472
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line931">line 931</a>
|
|
5473
5473
|
</li></ul></dd>
|
|
5474
5474
|
|
|
5475
5475
|
|
|
@@ -5627,7 +5627,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5627
5627
|
|
|
5628
5628
|
<dt class="tag-source">Source:</dt>
|
|
5629
5629
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5630
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5630
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line995">line 995</a>
|
|
5631
5631
|
</li></ul></dd>
|
|
5632
5632
|
|
|
5633
5633
|
|
|
@@ -5789,7 +5789,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5789
5789
|
|
|
5790
5790
|
<dt class="tag-source">Source:</dt>
|
|
5791
5791
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5792
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5792
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line626">line 626</a>
|
|
5793
5793
|
</li></ul></dd>
|
|
5794
5794
|
|
|
5795
5795
|
|
|
@@ -5941,7 +5941,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
5941
5941
|
|
|
5942
5942
|
<dt class="tag-source">Source:</dt>
|
|
5943
5943
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
5944
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
5944
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line870">line 870</a>
|
|
5945
5945
|
</li></ul></dd>
|
|
5946
5946
|
|
|
5947
5947
|
|
|
@@ -6107,6 +6107,171 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6107
6107
|
|
|
6108
6108
|
|
|
6109
6109
|
|
|
6110
|
+
<h4 class="name" id=".fetchRelatedMethodLessons"><span class="type-signature type-signature-static">(static) </span>fetchRelatedMethodLessons<span class="signature">(railContentId, brand)</span><span class="type-signature"></span></h4>
|
|
6111
|
+
|
|
6112
|
+
|
|
6113
|
+
|
|
6114
|
+
|
|
6115
|
+
|
|
6116
|
+
|
|
6117
|
+
<dl class="details">
|
|
6118
|
+
|
|
6119
|
+
<dt class="tag-description">Description:</dt>
|
|
6120
|
+
<dd class="tag-description"><ul class="dummy"><li>Fetch related method lessons for a specific lesson by RailContent ID and type.</li></ul></dd>
|
|
6121
|
+
|
|
6122
|
+
|
|
6123
|
+
|
|
6124
|
+
<dt class="tag-source">Source:</dt>
|
|
6125
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
6126
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line892">line 892</a>
|
|
6127
|
+
</li></ul></dd>
|
|
6128
|
+
|
|
6129
|
+
|
|
6130
|
+
|
|
6131
|
+
|
|
6132
|
+
|
|
6133
|
+
|
|
6134
|
+
|
|
6135
|
+
|
|
6136
|
+
|
|
6137
|
+
|
|
6138
|
+
|
|
6139
|
+
|
|
6140
|
+
|
|
6141
|
+
|
|
6142
|
+
|
|
6143
|
+
|
|
6144
|
+
|
|
6145
|
+
|
|
6146
|
+
|
|
6147
|
+
|
|
6148
|
+
|
|
6149
|
+
|
|
6150
|
+
|
|
6151
|
+
|
|
6152
|
+
|
|
6153
|
+
|
|
6154
|
+
|
|
6155
|
+
|
|
6156
|
+
|
|
6157
|
+
|
|
6158
|
+
|
|
6159
|
+
</dl>
|
|
6160
|
+
|
|
6161
|
+
|
|
6162
|
+
|
|
6163
|
+
|
|
6164
|
+
|
|
6165
|
+
|
|
6166
|
+
|
|
6167
|
+
|
|
6168
|
+
|
|
6169
|
+
|
|
6170
|
+
|
|
6171
|
+
|
|
6172
|
+
|
|
6173
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
6174
|
+
|
|
6175
|
+
|
|
6176
|
+
<table class="params">
|
|
6177
|
+
<thead>
|
|
6178
|
+
<tr>
|
|
6179
|
+
|
|
6180
|
+
<th>Name</th>
|
|
6181
|
+
|
|
6182
|
+
|
|
6183
|
+
<th>Type</th>
|
|
6184
|
+
|
|
6185
|
+
|
|
6186
|
+
|
|
6187
|
+
|
|
6188
|
+
|
|
6189
|
+
<th class="last">Description</th>
|
|
6190
|
+
</tr>
|
|
6191
|
+
</thead>
|
|
6192
|
+
|
|
6193
|
+
<tbody>
|
|
6194
|
+
|
|
6195
|
+
|
|
6196
|
+
<tr>
|
|
6197
|
+
|
|
6198
|
+
<td class="name"><code>railContentId</code></td>
|
|
6199
|
+
|
|
6200
|
+
|
|
6201
|
+
<td class="type">
|
|
6202
|
+
|
|
6203
|
+
|
|
6204
|
+
<span class="param-type">string</span>
|
|
6205
|
+
|
|
6206
|
+
|
|
6207
|
+
|
|
6208
|
+
|
|
6209
|
+
</td>
|
|
6210
|
+
|
|
6211
|
+
|
|
6212
|
+
|
|
6213
|
+
|
|
6214
|
+
|
|
6215
|
+
<td class="description last">The RailContent ID of the current lesson.</td>
|
|
6216
|
+
</tr>
|
|
6217
|
+
|
|
6218
|
+
|
|
6219
|
+
|
|
6220
|
+
<tr>
|
|
6221
|
+
|
|
6222
|
+
<td class="name"><code>brand</code></td>
|
|
6223
|
+
|
|
6224
|
+
|
|
6225
|
+
<td class="type">
|
|
6226
|
+
|
|
6227
|
+
|
|
6228
|
+
<span class="param-type">string</span>
|
|
6229
|
+
|
|
6230
|
+
|
|
6231
|
+
|
|
6232
|
+
|
|
6233
|
+
</td>
|
|
6234
|
+
|
|
6235
|
+
|
|
6236
|
+
|
|
6237
|
+
|
|
6238
|
+
|
|
6239
|
+
<td class="description last">The current brand.</td>
|
|
6240
|
+
</tr>
|
|
6241
|
+
|
|
6242
|
+
|
|
6243
|
+
</tbody>
|
|
6244
|
+
</table>
|
|
6245
|
+
|
|
6246
|
+
|
|
6247
|
+
|
|
6248
|
+
|
|
6249
|
+
|
|
6250
|
+
|
|
6251
|
+
|
|
6252
|
+
|
|
6253
|
+
|
|
6254
|
+
|
|
6255
|
+
|
|
6256
|
+
|
|
6257
|
+
|
|
6258
|
+
|
|
6259
|
+
|
|
6260
|
+
|
|
6261
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
6262
|
+
|
|
6263
|
+
|
|
6264
|
+
|
|
6265
|
+
|
|
6266
|
+
|
|
6267
|
+
|
|
6268
|
+
|
|
6269
|
+
|
|
6270
|
+
|
|
6271
|
+
|
|
6272
|
+
|
|
6273
|
+
|
|
6274
|
+
|
|
6110
6275
|
<h4 class="name" id=".fetchRelatedSongs"><span class="type-signature type-signature-static">(static) </span>fetchRelatedSongs<span class="signature">(brand, songId)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
6111
6276
|
|
|
6112
6277
|
|
|
@@ -6123,7 +6288,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6123
6288
|
|
|
6124
6289
|
<dt class="tag-source">Source:</dt>
|
|
6125
6290
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6126
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6291
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line83">line 83</a>
|
|
6127
6292
|
</li></ul></dd>
|
|
6128
6293
|
|
|
6129
6294
|
|
|
@@ -6312,7 +6477,7 @@ It's an ongoing discussion (Aug 2024), but it's been included here if necessary<
|
|
|
6312
6477
|
|
|
6313
6478
|
<dt class="tag-source">Source:</dt>
|
|
6314
6479
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6315
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6480
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line1208">line 1208</a>
|
|
6316
6481
|
</li></ul></dd>
|
|
6317
6482
|
|
|
6318
6483
|
|
|
@@ -6486,6 +6651,174 @@ fetchSanity(query, true)
|
|
|
6486
6651
|
|
|
6487
6652
|
|
|
6488
6653
|
|
|
6654
|
+
<h4 class="name" id=".fetchScheduledReleases"><span class="type-signature type-signature-static">(static) </span>fetchScheduledReleases<span class="signature">(brand)</span><span class="type-signature"> → {Promise.<(Object|null)>}</span></h4>
|
|
6655
|
+
|
|
6656
|
+
|
|
6657
|
+
|
|
6658
|
+
|
|
6659
|
+
|
|
6660
|
+
|
|
6661
|
+
<dl class="details">
|
|
6662
|
+
|
|
6663
|
+
<dt class="tag-description">Description:</dt>
|
|
6664
|
+
<dd class="tag-description"><ul class="dummy"><li>Fetch scheduled releases for a specific brand.</li></ul></dd>
|
|
6665
|
+
|
|
6666
|
+
|
|
6667
|
+
|
|
6668
|
+
<dt class="tag-source">Source:</dt>
|
|
6669
|
+
<dd class="tag-source"><ul class="dummy"><li>
|
|
6670
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line328">line 328</a>
|
|
6671
|
+
</li></ul></dd>
|
|
6672
|
+
|
|
6673
|
+
|
|
6674
|
+
|
|
6675
|
+
|
|
6676
|
+
|
|
6677
|
+
|
|
6678
|
+
|
|
6679
|
+
|
|
6680
|
+
|
|
6681
|
+
|
|
6682
|
+
|
|
6683
|
+
|
|
6684
|
+
|
|
6685
|
+
|
|
6686
|
+
|
|
6687
|
+
|
|
6688
|
+
|
|
6689
|
+
|
|
6690
|
+
|
|
6691
|
+
|
|
6692
|
+
|
|
6693
|
+
|
|
6694
|
+
|
|
6695
|
+
|
|
6696
|
+
|
|
6697
|
+
|
|
6698
|
+
|
|
6699
|
+
|
|
6700
|
+
|
|
6701
|
+
|
|
6702
|
+
|
|
6703
|
+
</dl>
|
|
6704
|
+
|
|
6705
|
+
|
|
6706
|
+
|
|
6707
|
+
|
|
6708
|
+
|
|
6709
|
+
|
|
6710
|
+
|
|
6711
|
+
|
|
6712
|
+
|
|
6713
|
+
|
|
6714
|
+
|
|
6715
|
+
<h5 class="h5-examples">Example</h5>
|
|
6716
|
+
|
|
6717
|
+
<pre class="prettyprint"><code>fetchScheduledReleases('drumeo', {
|
|
6718
|
+
page: 2,
|
|
6719
|
+
limit: 20,
|
|
6720
|
+
})
|
|
6721
|
+
.then(content => console.log(content))
|
|
6722
|
+
.catch(error => console.error(error));</code></pre>
|
|
6723
|
+
|
|
6724
|
+
|
|
6725
|
+
|
|
6726
|
+
|
|
6727
|
+
<h5 class="h5-parameters">Parameters:</h5>
|
|
6728
|
+
|
|
6729
|
+
|
|
6730
|
+
<table class="params">
|
|
6731
|
+
<thead>
|
|
6732
|
+
<tr>
|
|
6733
|
+
|
|
6734
|
+
<th>Name</th>
|
|
6735
|
+
|
|
6736
|
+
|
|
6737
|
+
<th>Type</th>
|
|
6738
|
+
|
|
6739
|
+
|
|
6740
|
+
|
|
6741
|
+
|
|
6742
|
+
|
|
6743
|
+
<th class="last">Description</th>
|
|
6744
|
+
</tr>
|
|
6745
|
+
</thead>
|
|
6746
|
+
|
|
6747
|
+
<tbody>
|
|
6748
|
+
|
|
6749
|
+
|
|
6750
|
+
<tr>
|
|
6751
|
+
|
|
6752
|
+
<td class="name"><code>brand</code></td>
|
|
6753
|
+
|
|
6754
|
+
|
|
6755
|
+
<td class="type">
|
|
6756
|
+
|
|
6757
|
+
|
|
6758
|
+
<span class="param-type">string</span>
|
|
6759
|
+
|
|
6760
|
+
|
|
6761
|
+
|
|
6762
|
+
|
|
6763
|
+
</td>
|
|
6764
|
+
|
|
6765
|
+
|
|
6766
|
+
|
|
6767
|
+
|
|
6768
|
+
|
|
6769
|
+
<td class="description last">The brand for which to fetch scheduled releasess.</td>
|
|
6770
|
+
</tr>
|
|
6771
|
+
|
|
6772
|
+
|
|
6773
|
+
</tbody>
|
|
6774
|
+
</table>
|
|
6775
|
+
|
|
6776
|
+
|
|
6777
|
+
|
|
6778
|
+
|
|
6779
|
+
|
|
6780
|
+
|
|
6781
|
+
|
|
6782
|
+
|
|
6783
|
+
|
|
6784
|
+
|
|
6785
|
+
|
|
6786
|
+
|
|
6787
|
+
|
|
6788
|
+
|
|
6789
|
+
|
|
6790
|
+
|
|
6791
|
+
<h5 class="h5-returns">Returns:</h5>
|
|
6792
|
+
|
|
6793
|
+
|
|
6794
|
+
<div class="param-desc">
|
|
6795
|
+
- A promise that resolves to an array of scheduled release objects or null if not found.
|
|
6796
|
+
</div>
|
|
6797
|
+
|
|
6798
|
+
|
|
6799
|
+
|
|
6800
|
+
<dl class="param-type">
|
|
6801
|
+
<dt>
|
|
6802
|
+
Type
|
|
6803
|
+
</dt>
|
|
6804
|
+
<dd>
|
|
6805
|
+
|
|
6806
|
+
<span class="param-type">Promise.<(Object|null)></span>
|
|
6807
|
+
|
|
6808
|
+
|
|
6809
|
+
|
|
6810
|
+
</dd>
|
|
6811
|
+
</dl>
|
|
6812
|
+
|
|
6813
|
+
|
|
6814
|
+
|
|
6815
|
+
|
|
6816
|
+
|
|
6817
|
+
|
|
6818
|
+
|
|
6819
|
+
|
|
6820
|
+
|
|
6821
|
+
|
|
6489
6822
|
<h4 class="name" id=".fetchSongArtistCount"><span class="type-signature type-signature-static">(static) </span>fetchSongArtistCount<span class="signature">(brand)</span><span class="type-signature"> → {Promise.<(int|null)>}</span></h4>
|
|
6490
6823
|
|
|
6491
6824
|
|
|
@@ -6502,7 +6835,7 @@ fetchSanity(query, true)
|
|
|
6502
6835
|
|
|
6503
6836
|
<dt class="tag-source">Source:</dt>
|
|
6504
6837
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6505
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6838
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line66">line 66</a>
|
|
6506
6839
|
</li></ul></dd>
|
|
6507
6840
|
|
|
6508
6841
|
|
|
@@ -6660,7 +6993,7 @@ fetchSanity(query, true)
|
|
|
6660
6993
|
|
|
6661
6994
|
<dt class="tag-source">Source:</dt>
|
|
6662
6995
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6663
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
6996
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line31">line 31</a>
|
|
6664
6997
|
</li></ul></dd>
|
|
6665
6998
|
|
|
6666
6999
|
|
|
@@ -6825,7 +7158,7 @@ fetchSanity(query, true)
|
|
|
6825
7158
|
|
|
6826
7159
|
<dt class="tag-source">Source:</dt>
|
|
6827
7160
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6828
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7161
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line224">line 224</a>
|
|
6829
7162
|
</li></ul></dd>
|
|
6830
7163
|
|
|
6831
7164
|
|
|
@@ -6983,7 +7316,7 @@ fetchSanity(query, true)
|
|
|
6983
7316
|
|
|
6984
7317
|
<dt class="tag-source">Source:</dt>
|
|
6985
7318
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
6986
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7319
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line195">line 195</a>
|
|
6987
7320
|
</li></ul></dd>
|
|
6988
7321
|
|
|
6989
7322
|
|
|
@@ -7148,7 +7481,7 @@ fetchSanity(query, true)
|
|
|
7148
7481
|
|
|
7149
7482
|
<dt class="tag-source">Source:</dt>
|
|
7150
7483
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7151
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7484
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line292">line 292</a>
|
|
7152
7485
|
</li></ul></dd>
|
|
7153
7486
|
|
|
7154
7487
|
|
|
@@ -7318,7 +7651,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
7318
7651
|
|
|
7319
7652
|
<dt class="tag-source">Source:</dt>
|
|
7320
7653
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
7321
|
-
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#
|
|
7654
|
+
<a href="sanity.js.html">sanity.js</a>, <a href="sanity.js.html#line242">line 242</a>
|
|
7322
7655
|
</li></ul></dd>
|
|
7323
7656
|
|
|
7324
7657
|
|
|
@@ -7367,7 +7700,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
7367
7700
|
|
|
7368
7701
|
<pre class="prettyprint"><code>fetchWorkouts('drumeo')
|
|
7369
7702
|
.then(workouts => console.log(workouts))
|
|
7370
|
-
.catch(error => console.error(error))
|
|
7703
|
+
.catch(error => console.error(error)); </code></pre>
|
|
7371
7704
|
|
|
7372
7705
|
|
|
7373
7706
|
|
|
@@ -7482,7 +7815,7 @@ It also includes completion status and progress percentage for each workout by f
|
|
|
7482
7815
|
<br class="clear">
|
|
7483
7816
|
|
|
7484
7817
|
<footer>
|
|
7485
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on
|
|
7818
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Wed Sep 18 2024 16:11:26 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
7486
7819
|
</footer>
|
|
7487
7820
|
|
|
7488
7821
|
<script>prettyPrint();</script>
|