MellKam / soundify

🎧 Lightweight integration with the Spotify Web API for modern Javascript runtimes
https://npmjs.com/@soundify/web-api
MIT License
25 stars 3 forks source link

feat: audiobooks + chapters #41

Closed danluki closed 1 year ago

danluki commented 1 year ago

Partly resolved #36 I've just fixed some bugs in shows and episodes.

Also, there are logic for two more parts of Spotify docs.

P.S Tests needed for all projects. See #40

codecov-commenter commented 1 year ago

Codecov Report

Merging #41 (24751be) into main (d1db70e) will decrease coverage by 0.79%. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##            main     #41      +/-   ##
========================================
- Coverage   9.66%   8.87%   -0.79%     
========================================
  Files         38      42       +4     
  Lines       5134    5588     +454     
  Branches      16      16              
========================================
  Hits         496     496              
- Misses      4638    5092     +454     
Impacted Files Coverage Δ
src/api/audiobook/audiobook.endpoints.ts 0.00% <0.00%> (ø)
src/api/audiobook/audiobook.types.ts 0.00% <0.00%> (ø)
src/api/chapter/chapter.endpoints.ts 0.00% <0.00%> (ø)
src/api/chapter/chapter.types.ts 0.00% <0.00%> (ø)
src/api/endpoints.ts 0.00% <0.00%> (ø)
src/api/episode/episode.types.ts 0.00% <0.00%> (ø)
src/api/general.types.ts 0.00% <0.00%> (ø)
src/api/index.ts 0.00% <0.00%> (ø)
src/api/show/show.types.ts 0.00% <0.00%> (ø)