[TIMOB-24781] iOS 11: Support for the MusicKit API
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Not Our Bug |
Resolution Date | 2017-06-06T14:09:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios11 |
Reporter | Hans Knöchel |
Assignee | Eric Merriman |
Created | 2017-06-06T12:28:04.000+0000 |
Updated | 2017-06-26T17:50:45.000+0000 |
Description
[MusicKit](https://developer.apple.com/musickit/) is rocking the house, let's build a module for it!
Resolving this ticket, since the MusicKit actually is the REST API, no iOS API. It can be used with the existing
Ti.Network.HTTPClient
, see the [MusicKit overview](https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/AppleMusicWebServicesReference/index.html#//apple_ref/doc/uid/TP40017625-CH40-SW1) for more infos. {quote} The Apple Music API is the web services portion of MusicKit. Using the Apple Music API, you can access information about media—such as albums, songs, artists, and playlists—in the Apple Music catalog. If authorized by a user, you can also access or modify data associated with that user. For example, you can find music recommendations for the user or change their rating of a particular song. {quote}Closing ticket with reference to the above comment.