| rfc9727v2.txt | rfc9727.txt | |||
|---|---|---|---|---|
| skipping to change at line 299 ¶ | skipping to change at line 299 ¶ | |||
| For example, if the Publisher's primary API portal is | For example, if the Publisher's primary API portal is | |||
| https://apis.example.com, then https://apis.example.com/.well-known/ | https://apis.example.com, then https://apis.example.com/.well-known/ | |||
| api-catalog should resolve to the location of the Publisher's latest | api-catalog should resolve to the location of the Publisher's latest | |||
| API catalog document. If the Publisher is also the domain authority | API catalog document. If the Publisher is also the domain authority | |||
| for www.example.net, which also hosts a selection of their APIs, then | for www.example.net, which also hosts a selection of their APIs, then | |||
| a request to https://www.example.net/.well-known/api-catalog should | a request to https://www.example.net/.well-known/api-catalog should | |||
| redirect to https://apis.example.com/.well-known/api-catalog. | redirect to https://apis.example.com/.well-known/api-catalog. | |||
| If the Publisher is not the domain authority for www.example.net, | If the Publisher is not the domain authority for www.example.net, | |||
| then the Publisher’s API Catalog MAY include a link to the API | then the Publisher's API Catalog MAY include a link to the API | |||
| catalog of the third-party that is the domain authority for | catalog of the third-party that is the domain authority for | |||
| www.example.net. For example, the API catalog available at | www.example.net. For example, the API catalog available at | |||
| https://apis.example.com/.well-known/api-catalog may list APIs hosted | https://apis.example.com/.well-known/api-catalog may list APIs hosted | |||
| at apis.example.com and also link to the API catalog hosted at | at apis.example.com and also link to the API catalog hosted at | |||
| https://www.example.net/.well-known/api-catalog using the "api- | https://www.example.net/.well-known/api-catalog using the "api- | |||
| catalog" link relation: | catalog" link relation: | |||
| { | { | |||
| "linkset": [ | "linkset": [ | |||
| { | { | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. | ||||