GET
github_releases_get.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one release by its numeric id, with its notes and its assets.
from charter.packs import github
result = await github.releases_get.ainvoke({"owner": ..., "repo": ..., "releaseId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
releaseId * | integer | The unique identifier of the release. |
Was this page helpful?