Packs
get the source code for a Pack version.
Get temporary links used to download the source code for the given packId and version
get/packs/{packId}/versions/{packVersion}/sourceCode
Path parameters
packIdinteger required
ID of a Pack
packVersionstring required
Semantic version of a Pack
Response
The source code associated with the given packId/version
Example response
{
"files": [
{
"filename": "main.ts",
"url": "https://coda-us-west-2-prod-packs.s3.us-west-2.amazonaws.com/packs/123/1/main.ts"
}
]
}