Skip to content

Commit b8ccf3d

Browse files
authored
Merge pull request #188 from AnswerDotAI/update
save
2 parents 9f89538 + 56dc64f commit b8ccf3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llms.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
`ghapi` provides 100% always-updated coverage of the entire GitHub API. This is done dynamically by converting the OpenAPI spec to a Pythonic API. Using `ghapi`, you can automate nearly anything that you can do through the GitHub web interface or through the `git` client, such as:
55

6-
- Open, list, comment on, or modify [issues](https://docs.github.com/en/rest/issues) or [pull requests](https://docs.github.com/en/rest/pulls)
7-
- Create, list, or modify [git tags](https://docs.github.com/en/rest/git/tags) or [GitHub releases](https://docs.github.com/en/rest/releases), including uploading release assets
8-
- Configure and run GitHub [Actions](https://docs.github.com/en/rest/actions) and [webhooks](https://docs.github.com/en/rest/webhooks)
9-
- Set up GitHub [users](https://docs.github.com/en/rest/users) and [organizations](https://docs.github.com/en/rest/orgs)
10-
- Manage your [deployments](https://docs.github.com/en/rest/guides/delivering-deployments)
6+
- Open, list, comment on, or modify issues or pull requests
7+
- Create, list, or modify git tags or GitHub releases, including uploading release assets
8+
- Configure and run GitHub Actions and webhooks
9+
- Set up GitHub users and organizations
10+
- Manage your deployments
1111
- …and much, much more.
1212

1313
There is a one-to-one mapping between the GitHub REST API and the `ghapi` API, which you can find in the [FullAPI Reference](https://ghapi.fast.ai/fullapi.html.md).

0 commit comments

Comments
 (0)