Closed
Bug 1467210
Opened 7 years ago
Closed 7 years ago
[taskcluster-references] serve a manifest file
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
This should probably have a different structure, more like
Assignee | ||
Comment 1•7 years ago
|
||
whoops! more like..
services:
- serviceName: auth
apis:
- version: v1
references: /references/auth/v1/api.json
- version: v2
references: /references/auth/v2/api.json
pulse:
- version: v1
references: /references/auth/v1/exchanges.json
This will make it clearer what is a pulse exchange and what is an API definition, and will also represent multiple versions of the same service correctly. How we support that in clients can come later :)
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Redeployability → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•