Skip to content
/ Poetry Public

Provides an interface to the AppleMusicAPI v1 with Swift

Notifications You must be signed in to change notification settings

tera-ny/Poetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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