Skip to content

Commit 0850fbc

Browse files
committed
docs: api description
1 parent c80d3e6 commit 0850fbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Generate JSON Web Tokens for use with the Apple Music API
1616
## Getting Started
1717

1818
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.
2020

2121
For more information, see [Getting Keys and Creating Tokens][1] from the Apple
2222
Developer docs.
@@ -81,7 +81,7 @@ Retrieve the ADT API documentation as a JSON object. Documentation follows
8181
"openapi": "3.0.0",
8282
"info": {
8383
"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.",
8585
"termsOfService": "",
8686
"contact": {
8787
"name": "GitHub",

lib/config/openapi.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"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.",
66
"termsOfService": "",
77
"contact": {
88
"name": "GitHub",

0 commit comments

Comments
 (0)