v1
latestOpenAPI 3.0.12026-07-175557102.5 KBCreate a new package
Creates a new package in a scope
post/scopes/{scope}/packages
Path parameters
scopestring required
The name of a scope. This must not be @ prefixed.
Example:denoland
The name of the scope
Request body
Example request
{
"package": "fmt"
}Response
OK
Example response
{
"scope": "denoland",
"name": "fmt",
"description": "A module for formatting strings.",
"githubRepository": {
"owner": "denoland",
"name": "deno"
}
}