Summary
Add Chapters API module for audiobook chapter endpoints.
Context
Spotify API has dedicated chapter endpoints (/chapters/{id}, /chapters). This is a companion to #34 (Audiobooks) — chapters are a separate resource in the Spotify API.
Upstream spotify-web-api-ts exposes getChapter() and getChapters().
Acceptance criteria
Related
PRD #9, #34
Migrated from guidefari/spotify-effect#49
Summary
Add Chapters API module for audiobook chapter endpoints.
Context
Spotify API has dedicated chapter endpoints (
/chapters/{id},/chapters). This is a companion to #34 (Audiobooks) — chapters are a separate resource in the Spotify API.Upstream
spotify-web-api-tsexposesgetChapter()andgetChapters().Acceptance criteria
Chaptersservice withgetChapter()andgetChapters()Related
PRD #9, #34
Migrated from guidefari/spotify-effect#49