You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Generate JSON Web Tokens for use with the Apple Music API
16
16
## Getting Started
17
17
18
18
The Apple Developer Token (ADT) API is a serverless REST API that can be used to
19
-
generate developer tokens suitable for use with the Apple Music API.
19
+
generate JSON Web Tokens (JWTs) suitable for use with the Apple Music API.
20
20
21
21
For more information, see [Getting Keys and Creating Tokens][1] from the Apple
22
22
Developer docs.
@@ -81,7 +81,7 @@ Retrieve the ADT API documentation as a JSON object. Documentation follows
81
81
"openapi": "3.0.0",
82
82
"info": {
83
83
"title": "Apple Developer Token API",
84
-
"description": "The Apple Developer Token (ADT) API is a single serverless endpoint that can be used to generate developer tokens suitable for use with the Apple Music API.",
84
+
"description": "Generate JSON Web Tokens for use with the Apple Music API.",
Copy file name to clipboardExpand all lines: lib/config/openapi.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"openapi": "3.0.0",
3
3
"info": {
4
4
"title": "Apple Developer Token API",
5
-
"description": "The Apple Developer Token (ADT) API is a single serverless endpoint that can be used to generate developer tokens suitable for use with the Apple Music API.",
5
+
"description": "Generate JSON Web Tokens for use with the Apple Music API.",
0 commit comments