latestOpenAPI 3.0.12026-08-225657103.3 KB
c09fb78bfb08
List recently published packages by user
Returns a list of packages that a user has recently published
get/users/{id}/packages
Path parameters
idstring uuid required
The ID of a user.
The ID of the user
Response
OK
Example response
[
{
"scope": "denoland",
"name": "fmt",
"description": "A module for formatting strings.",
"githubRepository": {
"owner": "denoland",
"name": "deno"
}
}
]