This website requires JavaScript.
Explore
Docs
Blog
Community
About
typescript.guru
Help
Sign In
apiclient.xyz
/
gitea
Watch
3
Star
0
Fork
0
You've already forked gitea
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
21
Commits
1
Branch
8
Tags
29f143d35a3c0c8047cc9fe776df803dd8bd9fb6
Commit Graph
6 Commits
Author
SHA1
Message
Date
Juergen Kunz
1b685091af
feat(gitea): add domain model classes, helpers, and refactor GiteaClient internals; expand README with usage and docs
2026-03-02 13:09:44 +00:00
Juergen Kunz
fd26379324
feat(gitea): add Actions API support: list filters, run/job endpoints, dispatch, and richer types
2026-03-02 11:47:12 +00:00
Juergen Kunz
2517ab863b
feat(gitea): add repository branches and tags support: new IGiteaBranch/IGiteaTag interfaces and getRepoBranches/getRepoTags client methods
2026-03-02 09:31:09 +00:00
Juergen Kunz
5423039f89
feat(giteaclient): add deleteRepo method to delete a repository via Gitea API
2026-02-28 11:13:36 +00:00
Juergen Kunz
ffc644cab4
feat(orgs): add organization and organization-repository APIs: getOrg, getOrgRepos, createOrg, createOrgRepo
2026-02-28 10:23:51 +00:00
Juergen Kunz
4bfe5e56bc
feat(core): initial implementation of @apiclient.xyz/gitea TypeScript client
...
Provides GiteaClient class with methods for repos, orgs, secrets, and action runs.
2026-02-24 12:50:02 +00:00