1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# GENERATED from api_versions::LEGACY_SHADOW_PATHS - DO NOT hand-edit.
# Regenerate: GOSSAN_GEN_HIDDEN=1 cargo test -p gossan-hidden emit_api_versions_pack
# Tier-B recall FLOOR; extend via community *.toml drop-ins.
[[]]
= "/dev"
= "Development API endpoint"
= "high"
[[]]
= "/development"
= "Development API endpoint"
= "high"
[[]]
= "/staging"
= "Staging API endpoint"
= "high"
[[]]
= "/stage"
= "Staging API endpoint"
= "high"
[[]]
= "/beta"
= "Beta API endpoint"
= "medium"
[[]]
= "/alpha"
= "Alpha API endpoint"
= "medium"
[[]]
= "/internal"
= "Internal API endpoint"
= "high"
[[]]
= "/private"
= "Private API endpoint"
= "high"
[[]]
= "/debug"
= "Debug API endpoint"
= "high"
[[]]
= "/test"
= "Test API endpoint"
= "medium"
[[]]
= "/sandbox"
= "Sandbox API endpoint"
= "medium"
[[]]
= "/preview"
= "Preview API endpoint"
= "low"
[[]]
= "/canary"
= "Canary release endpoint"
= "low"
[[]]
= "/api-test"
= "API test endpoint"
= "medium"
[[]]
= "/api-dev"
= "API dev endpoint"
= "high"
[[]]
= "/api-internal"
= "Internal API endpoint"
= "high"