Hi all!
As the title states, I'm looking to integrate with Apple Music's REST API. I'm wondering if there are any OpenAPI 3.0 YAML or JSON specs available anywhere?
I'd like to avoid transcribing the types found in the developer docs manually.
Here's a link to the Apple Music API docs and to the OpenAPI 3.0 spec:
https://developer.apple.com/documentation/applemusicapi
https://spec.openapis.org/oas/latest.html
Open API was previously known as "Swagger" too.
Many thanks in advance!
Post
Replies
Boosts
Views
Activity
As the title states. Would like to use MusicKit for Web instead of the Swift integration.
I'm currently unable to download the App Clip Code generation tool that is found here:
App Clip Resources - https://developer.apple.com/download/more/?=App%20Clip
If I expand the search results and then try to download the following:
Developer Tools - App_Clip_Code_Generator.dmg - https://download.developer.apple.com/Developer_Tools/App_Clip_Code_Generator/App_Clip_Code_Generator.dmg
All I get is an error indicating that safari can't open the page. The error shown is the following one:
text
Safari can’t open the page “https://download.developer.apple.com/Developer_Tools/App_Clip_Code_Generator/App_Clip_Code_Generator.dmg”.
The error is: “cannot decode raw data” (NSURLErrorDomain:-1015)
The tool is widely promoted in App Clip's documentation - https://developer.apple.com/documentation/app_clips/creating_app_clip_codes/creating_app_clip_codes_with_the_app_clip_code_generator so I'm assuming it should be a valid tool, is anyone else experiencing this?