Flight-School / AppleiTunesSearchURLComponents

Router for the iTunes Search API

Home Page:https://flight.school/books/codable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Router for the iTunes Search API

https://flight.school/books/codable

License:MIT License


Languages

Language:Swift 100.0%