Need API keys to update JavaScript Debugger docs from script
Categories
(developer.mozilla.org Graveyard :: User management, task, P2)
Tracking
(Not tracked)
People
(Reporter: jimb, Unassigned)
References
Details
(Keywords: in-triage)
The MDN pages for the Debugger API are automatically generated from Markdown sources in the Firefox source tree. The source tree also includes some scripts to format and update the pages, given MDN API keys provided by the user.
These scripts have stopped working; a PUT or POST operation on https://developer.mozilla.org/en-US/docs/Tools/Debugger-API fails with an HTTP 405 status (see reply below).
I suspect this might be because my API key is old. I tried to get a new one, but MDN told me I need to file a bug to do so.
HTTP/2 405
content-type: text/html; charset=utf-8
content-length: 0
allow: GET, HEAD
cache-control: s-maxage=300, public, max-age=0
content-language: en-US
date: Mon, 18 Mar 2019 21:16:04 GMT
server: meinheld/0.6.1
strict-transport-security: max-age=63072000
x-content-type-options: nosniff
x-frame-options: DENY
x-xss-protection: 1; mode=block
x-cache: Error from cloudfront
via: 1.1 6f1f8362062a31675dde3c27bc22f2ef.cloudfront.net (CloudFront)
x-amz-cf-id: ma--vmOcyra6BYitUqkcquxIS-ivm8tCMUEdHSs-GpR_vuTrcDAZ1g==
Comment 1•7 years ago
|
||
Hey Jim, we weren't aware of API consumers and haven't prioritized fixing it. See bug 1256410.
How important is this to you?
| Reporter | ||
Comment 2•7 years ago
|
||
Well, it's nice to be able to update the docs in-tree, and then run a script to update them all on MDN. It's a collection of about eight pages. But I can do it by hand in the mean time.
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Description
•