Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Flight-School/AppleiTunesSearchURLComponents

Repository files navigation

AppleiTunesSearchURLComponents

Build Status

Router for the iTunes Search API.

This functionality is discussed in Chapter 4 of Flight School Guide to Swift Codable.

let components =
    AppleiTunesSearchURLComponents<Music>(
        term: "Smash Mouth",
        entity: .artist
    )

print(components.url?.absoluteString)
// "https://itunes.apple.com/search?term=Smash%20Mouth&country=US&entity=musicArtist&lang=en_us"

License

MIT

Contact

Mattt (@mattt)

Releases

No releases published

Packages

No packages published

Languages