Manage packages containing function code and configuration.
GET Get a package
Returns a single package by ID.
PUT Update a package
Updates the name, description, or tags of an existing package.
DELETE Delete a package
Deletes a package and all its revisions.
GET List all packages
Returns a paginated list of packages.
POST Create a package
Creates a new package with an initial revision and functions.
GET List revisions for a package
Returns a paginated list of revisions for a given package.