|
3 | 3 | **NOTE**: _This is a proposal for the WG_
|
4 | 4 |
|
5 | 5 | - [From product identifier to API endpoint](#from-product-identifier-to-api-endpoint)
|
| 6 | +- [Advertising the TEI](#advertising-the-tei) |
6 | 7 | - [TEA Discovery - defining an extensible identifier](#tea-discovery---defining-an-extensible-identifier)
|
7 | 8 | - [The TEI URN: An extensible identifier](#the-tei-urn-an-extensible-identifier)
|
8 | 9 | - [TEI syntax](#tei-syntax)
|
9 | 10 | - [TEI types](#tei-types)
|
10 | 11 | - [TEI resolution using DNS](#tei-resolution-using-dns)
|
11 |
| - - [Finding the Index using DNS result](#finding-the-index-using-dns-result) |
| 12 | +- [Connecting to the API](#connecting-to-the-api) |
| 13 | + - [Overview: Finding the Index using DNS result](#overview-finding-the-index-using-dns-result) |
12 | 14 | - [The TEA Version Index](#the-tea-version-index)
|
13 | 15 | - [References](#references)
|
14 | 16 |
|
@@ -189,14 +191,14 @@ Append the product part of the TEI to the URI found
|
189 | 191 | - TEI: `urn:tei:uuid:products.example.com:d4d9f54a-abcf-11ee-ac79-1a52914d44b1`
|
190 | 192 | - DNS record: `products.example.com`
|
191 | 193 | - URL: `https://products.example.com/.well-known/tea/d4d9f54a-abcf-11ee-ac79-1a52914d44b1/`
|
192 |
| -- HTTP 302 redirect to "https://teapot02.consumer.example.com/tea/v2/product-index/d4d9f54a-abcf-11ee-ac79-1a52914d44b1' |
| 194 | +- HTTP 302 redirect to "https://teapot02.consumer.example.com/tea/v2/product/d4d9f54a-abcf-11ee-ac79-1a52914d44b1' |
193 | 195 |
|
194 | 196 | Always prefix with the https:// scheme. http (unencrypted) is not valid.
|
195 | 197 |
|
196 | 198 | - TEI: `urn:tei:uuid:products.example.com:d4d9f54a-abcf-11ee-ac79-1a52914d44b1`
|
197 | 199 | - URL: `https://products.example.com/.well-known/tea/d4d9f54a-abcf-11ee-ac79-1a52914d44b1/`
|
198 | 200 |
|
199 |
| -**NOTE:** The `/.well-known/tea`names space needs to be registred. |
| 201 | +**NOTE:** The `/.well-known/tea` names space needs to be registred. |
200 | 202 |
|
201 | 203 | ## The TEA Version Index
|
202 | 204 |
|
|
0 commit comments