Skip to content

Commit c53675b

Browse files
committed
[ATN] Simplify OpenAPI description; drop undocumented 429 claim
Align with MacPorts/Buildbot review guidance: keep the user-facing description focused on the product link, and leave rate-limit notes in the PR body only. The addons-server overview does not publish 429 behavior.
1 parent e03e978 commit c53675b

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

services/atn/atn-base.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ import { nonNegativeInteger } from '../validators.js'
33
import { BaseJsonService } from '../index.js'
44

55
const description = `
6-
[addons.thunderbird.net](https://addons.thunderbird.net) (ATN) publishes extensions for Mozilla Thunderbird.
7-
8-
The ATN API is based on the Mozilla addons-server infrastructure. The
9-
[addons-server API overview](https://mozilla.github.io/addons-server/topics/api/overview.html)
10-
does not publish explicit per-endpoint rate limits for read-only addon metadata
11-
requests. Throttled requests return HTTP 429. This badge issues one GET per render
12-
to \`https://addons.thunderbird.net/api/v3/addons/addon/{addonId}/\`.
6+
[addons.thunderbird.net](https://addons.thunderbird.net) (ATN) publishes
7+
extensions for Mozilla Thunderbird.
138
`
149

1510
const schema = Joi.object({

0 commit comments

Comments
 (0)