/Poetry

Provides an interface to the AppleMusicAPI v1 with Swift

Primary LanguageSwift

Poetry

Provides an interface to the AppleMusic API

Installation

dependencies:

.package(url: "https://github.com/g4zeru/Poetry.git", from: "0.0.2")

targets:

.target(
    name: "YourProject",
    dependencies: ["Poetry"]),

Supported Models

  • Album
  • Artist
  • Song
  • Music Video
  • Playlist
  • Apple Music Station
  • Search
  • Rating
  • Chart
  • Music Genre
  • Curator
  • Recommendation
  • Activity
  • History

Roadmap

  • Support for all models
  • Repository layer support using AppleMusicJwtManage
  • Support SwiftUI