get_repo_package
Retrieve a specific package from a GitHub repository by specifying the owner, repo, package type, and package name. Ideal for developers managing dependencies or workflows.
Instructions
Get a package for a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
package_name | Yes | The name of the package | |
package_type | Yes | The type of package | |
repo | Yes | Repository name |