Function Commit
Get Lock File
GetLockFile retrieves the deno lock file for a specific commit, if it exists.
get/api/v1/functions/{function_id}/commits/{commit_id}/lockfile
Path parameters
function_idstring required
The functionId field.
commit_idstring required
The commitId field.
Response
FunctionsServiceGetLockFileResponse returns the deno lock file content for a commit.