Closed
Bug 1261911
Opened 9 years ago
Closed 9 years ago
Document all API methods, including request/response types
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
A bunch of the AWS manager's API methods have no request/response types in the documentation. They should all be fully documented.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dustin
| Assignee | ||
Updated•9 years ago
|
Assignee: dustin → nobody
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dustin
| Assignee | ||
Comment 3•9 years ago
|
||
It turns out that most of the endpoints without any schema are actually slated for deletion in bug 1261912 and bug 1261913. So let's lump all of that together.
| Assignee | ||
Comment 4•9 years ago
|
||
oh, ergh, awsState() and state(<workerType>) are both returning whole JSON blobs. I don't think that's a good idea, and as part of bug 1198391 I'll change how state(<workerType>) works. So for now, I'll assume that's going away, and not document it. So this comes down to removing some methods.
| Assignee | ||
Comment 5•9 years ago
|
||
So we have:
- awsState/state -- getting rewritten in bug 1198391
- launch-specifications -- requested to remain, has output schema, decent documentation
- backend-status -- requested to remain, needs docs in bug 1261912
- api-reference -- can go away
| Assignee | ||
Comment 6•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: AWS-Provisioner → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•