Spec versions
Retrieve a spec version's raw text
The escape hatch for specs too large to inline, and the endpoint to pipe straight into a diff.
The escape hatch for specs too large to inline, and the endpoint to pipe straight into a diff.
Authorization
apiKey AuthorizationBearer <token>
API key from the console, ak_....
In: header
Path Parameters
spec_version_id*string
Response Body
text/plain
application/json
application/json
curl -X GET "https://example.com/spec_versions/string/content""string"Retrieve a spec version GET
One recorded spec, with its content. Storing every spec a project has generated from is only an audit trail if you can read one back and diff it against what shipped.
The account behind the presented credentials GET
Returns the account that owns the presented API key. This is also the identity endpoint the generated typeship CLI's `whoami` calls.