Rust API client for gitea-rs

This documentation describes the Gitea API.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

Installation

Put the package under your project folder in a directory named gitea-rs and add the following to Cargo.toml under [dependencies]:

gitea-rs = { path = "./gitea-rs" }

Documentation for API Endpoints

All URIs are relative to /api/v1

Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- ActivitypubApi | activitypubperson | GET /activitypub/user/{username} | Returns the Person actor for a user *ActivitypubApi* | activitypubpersoninbox | POST /activitypub/user/{username}/inbox | Send to the inbox *AdminApi* | adminadoptrepository | POST /admin/unadopted/{owner}/{repo} | Adopt unadopted files as a repository *AdminApi* | admincreatehook | POST /admin/hooks | Create a hook *AdminApi* | admincreateorg | POST /admin/users/{username}/orgs | Create an organization *AdminApi* | admincreatepublickey | POST /admin/users/{username}/keys | Add a public key on behalf of a user AdminApi | admincreaterepo | POST /admin/users/{username}/repos | Create a repository on behalf of a user AdminApi | admincreateuser | POST /admin/users | Create a user AdminApi | admincronlist | GET /admin/cron | List cron tasks AdminApi | admincronrun | POST /admin/cron/{task} | Run cron task AdminApi | admindeletehook | DELETE /amdin/hooks/{id} | Delete a hook AdminApi | admindeleteunadoptedrepository | DELETE /admin/unadopted/{owner}/{repo} | Delete unadopted files *AdminApi* | admindeleteuser | DELETE /admin/users/{username} | Delete a user *AdminApi* | admindeleteuserpublickey | DELETE /admin/users/{username}/keys/{id} | Delete a user's public key *AdminApi* | adminedithook | PATCH /admin/hooks/{id} | Update a hook *AdminApi* | adminedituser | PATCH /admin/users/{username} | Edit an existing user *AdminApi* | admingetallorgs | GET /admin/orgs | List all organizations AdminApi | admingetallusers | GET /admin/users | List all users *AdminApi* | admingethook | GET /admin/hooks/{id} | Get a hook *AdminApi* | adminlisthooks | GET /admin/hooks | List system's webhooks *AdminApi* | adminunadoptedlist | GET /admin/unadopted | List unadopted repositories *IssueApi* | issueaddlabel | POST /repos/{owner}/{repo}/issues/{index}/labels | Add a label to an issue *IssueApi* | issueaddsubscription | PUT /repos/{owner}/{repo}/issues/{index}/subscriptions/{user} | Subscribe user to issue *IssueApi* | issueaddtime | POST /repos/{owner}/{repo}/issues/{index}/times | Add tracked time to a issue *IssueApi* | issuechecksubscription | GET /repos/{owner}/{repo}/issues/{index}/subscriptions/check | Check if user is subscribed to an issue *IssueApi* | issueclearlabels | DELETE /repos/{owner}/{repo}/issues/{index}/labels | Remove all labels from an issue *IssueApi* | issuecreatecomment | POST /repos/{owner}/{repo}/issues/{index}/comments | Add a comment to an issue *IssueApi* | issuecreateissue | POST /repos/{owner}/{repo}/issues | Create an issue. If using deadline only the date will be taken into account, and time of day ignored. *IssueApi* | issuecreateissueattachment | POST /repos/{owner}/{repo}/issues/{index}/assets | Create an issue attachment IssueApi | issuecreateissuecommentattachment | POST /repos/{owner}/{repo}/issues/comments/{id}/assets | Create a comment attachment IssueApi | issuecreatelabel | POST /repos/{owner}/{repo}/labels | Create a label IssueApi | issuecreatemilestone | POST /repos/{owner}/{repo}/milestones | Create a milestone IssueApi | issuedelete | DELETE /repos/{owner}/{repo}/issues/{index} | Delete an issue *IssueApi* | issuedeletecomment | DELETE /repos/{owner}/{repo}/issues/comments/{id} | Delete a comment *IssueApi* | issuedeletecommentdeprecated | DELETE /repos/{owner}/{repo}/issues/{index}/comments/{id} | Delete a comment IssueApi | issuedeletecommentreaction | DELETE /repos/{owner}/{repo}/issues/comments/{id}/reactions | Remove a reaction from a comment of an issue *IssueApi* | issuedeleteissueattachment | DELETE /repos/{owner}/{repo}/issues/{index}/assets/{attachmentid} | Delete an issue attachment *IssueApi* | issuedeleteissuecommentattachment | DELETE /repos/{owner}/{repo}/issues/comments/{id}/assets/{attachmentid} | Delete a comment attachment IssueApi | issuedeleteissuereaction | DELETE /repos/{owner}/{repo}/issues/{index}/reactions | Remove a reaction from an issue *IssueApi* | issuedeletelabel | DELETE /repos/{owner}/{repo}/labels/{id} | Delete a label *IssueApi* | issuedeletemilestone | DELETE /repos/{owner}/{repo}/milestones/{id} | Delete a milestone *IssueApi* | issuedeletestopwatch | DELETE /repos/{owner}/{repo}/issues/{index}/stopwatch/delete | Delete an issue's existing stopwatch. IssueApi | issuedeletesubscription | DELETE /repos/{owner}/{repo}/issues/{index}/subscriptions/{user} | Unsubscribe user from issue IssueApi | issuedeletetime | DELETE /repos/{owner}/{repo}/issues/{index}/times/{id} | Delete specific tracked time IssueApi | issueeditcomment | PATCH /repos/{owner}/{repo}/issues/comments/{id} | Edit a comment IssueApi | issueeditcommentdeprecated | PATCH /repos/{owner}/{repo}/issues/{index}/comments/{id} | Edit a comment *IssueApi* | issueeditissue | PATCH /repos/{owner}/{repo}/issues/{index} | Edit an issue. If using deadline only the date will be taken into account, and time of day ignored. *IssueApi* | issueeditissueattachment | PATCH /repos/{owner}/{repo}/issues/{index}/assets/{attachmentid} | Edit an issue attachment *IssueApi* | issueeditissuecommentattachment | PATCH /repos/{owner}/{repo}/issues/comments/{id}/assets/{attachmentid} | Edit a comment attachment IssueApi | issueeditissuedeadline | POST /repos/{owner}/{repo}/issues/{index}/deadline | Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored. *IssueApi* | issueeditlabel | PATCH /repos/{owner}/{repo}/labels/{id} | Update a label *IssueApi* | issueeditmilestone | PATCH /repos/{owner}/{repo}/milestones/{id} | Update a milestone *IssueApi* | issuegetcomment | GET /repos/{owner}/{repo}/issues/comments/{id} | Get a comment *IssueApi* | issuegetcommentreactions | GET /repos/{owner}/{repo}/issues/comments/{id}/reactions | Get a list of reactions from a comment of an issue IssueApi | issuegetcomments | GET /repos/{owner}/{repo}/issues/{index}/comments | List all comments on an issue IssueApi | issuegetcommentsandtimeline | GET /repos/{owner}/{repo}/issues/{index}/timeline | List all comments and events on an issue IssueApi | issuegetissue | GET /repos/{owner}/{repo}/issues/{index} | Get an issue IssueApi | issuegetissueattachment | GET /repos/{owner}/{repo}/issues/{index}/assets/{attachmentid} | Get an issue attachment IssueApi | issuegetissuecommentattachment | GET /repos/{owner}/{repo}/issues/comments/{id}/assets/{attachmentid} | Get a comment attachment *IssueApi* | issuegetissuereactions | GET /repos/{owner}/{repo}/issues/{index}/reactions | Get a list reactions of an issue IssueApi | issuegetlabel | GET /repos/{owner}/{repo}/labels/{id} | Get a single label IssueApi | issuegetlabels | GET /repos/{owner}/{repo}/issues/{index}/labels | Get an issue's labels IssueApi | issuegetmilestone | GET /repos/{owner}/{repo}/milestones/{id} | Get a milestone IssueApi | issuegetmilestoneslist | GET /repos/{owner}/{repo}/milestones | Get all of a repository's opened milestones *IssueApi* | issuegetrepocomments | GET /repos/{owner}/{repo}/issues/comments | List all comments in a repository IssueApi | issuelistissueattachments | GET /repos/{owner}/{repo}/issues/{index}/assets | List issue's attachments *IssueApi* | issuelistissuecommentattachments | GET /repos/{owner}/{repo}/issues/comments/{id}/assets | List comment's attachments *IssueApi* | issuelistissues | GET /repos/{owner}/{repo}/issues | List a repository's issues *IssueApi* | issuelistlabels | GET /repos/{owner}/{repo}/labels | Get all of a repository's labels *IssueApi* | issuepostcommentreaction | POST /repos/{owner}/{repo}/issues/comments/{id}/reactions | Add a reaction to a comment of an issue IssueApi | issuepostissuereaction | POST /repos/{owner}/{repo}/issues/{index}/reactions | Add a reaction to an issue *IssueApi* | issueremovelabel | DELETE /repos/{owner}/{repo}/issues/{index}/labels/{id} | Remove a label from an issue *IssueApi* | issuereplacelabels | PUT /repos/{owner}/{repo}/issues/{index}/labels | Replace an issue's labels *IssueApi* | issueresettime | DELETE /repos/{owner}/{repo}/issues/{index}/times | Reset a tracked time of an issue *IssueApi* | issuesearchissues | GET /repos/issues/search | Search for issues across the repositories that the user has access to *IssueApi* | issuestartstopwatch | POST /repos/{owner}/{repo}/issues/{index}/stopwatch/start | Start stopwatch on an issue. IssueApi | issuestopstopwatch | POST /repos/{owner}/{repo}/issues/{index}/stopwatch/stop | Stop an issue's existing stopwatch. *IssueApi* | issuesubscriptions | GET /repos/{owner}/{repo}/issues/{index}/subscriptions | Get users who subscribed on an issue. IssueApi | issuetrackedtimes | GET /repos/{owner}/{repo}/issues/{index}/times | List an issue's tracked times MiscellaneousApi | getnodeinfo | GET /nodeinfo | Returns the nodeinfo of the Gitea application MiscellaneousApi | getsigningkey | GET /signing-key.gpg | Get default signing-key.gpg MiscellaneousApi | getversion | GET /version | Returns the version of the Gitea application *MiscellaneousApi* | rendermarkdown | POST /markdown | Render a markdown document as HTML MiscellaneousApi | rendermarkdownraw | POST /markdown/raw | Render raw markdown as HTML NotificationApi | notifygetlist | GET /notifications | List users's notification threads NotificationApi | notifygetrepolist | GET /repos/{owner}/{repo}/notifications | List users's notification threads on a specific repo *NotificationApi* | notifygetthread | GET /notifications/threads/{id} | Get notification thread by ID *NotificationApi* | notifynewavailable | GET /notifications/new | Check if unread notifications exist *NotificationApi* | notifyreadlist | PUT /notifications | Mark notification threads as read, pinned or unread *NotificationApi* | notifyreadrepolist | PUT /repos/{owner}/{repo}/notifications | Mark notification threads as read, pinned or unread on a specific repo NotificationApi | notifyreadthread | PATCH /notifications/threads/{id} | Mark notification thread as read by ID OrganizationApi | createorgrepo | POST /orgs/{org}/repos | Create a repository in an organization OrganizationApi | createorgrepodeprecated | POST /org/{org}/repos | Create a repository in an organization *OrganizationApi* | orgaddteammember | PUT /teams/{id}/members/{username} | Add a team member OrganizationApi | orgaddteamrepository | PUT /teams/{id}/repos/{org}/{repo} | Add a repository to a team *OrganizationApi* | orgconcealmember | DELETE /orgs/{org}/publicmembers/{username} | Conceal a user's membership OrganizationApi | orgcreate | POST /orgs | Create an organization *OrganizationApi* | orgcreatehook | POST /orgs/{org}/hooks | Create a hook *OrganizationApi* | orgcreatelabel | POST /orgs/{org}/labels | Create a label for an organization *OrganizationApi* | orgcreateteam | POST /orgs/{org}/teams | Create a team *OrganizationApi* | orgdelete | DELETE /orgs/{org} | Delete an organization OrganizationApi | orgdeletehook | DELETE /orgs/{org}/hooks/{id} | Delete a hook OrganizationApi | orgdeletelabel | DELETE /orgs/{org}/labels/{id} | Delete a label OrganizationApi | orgdeletemember | DELETE /orgs/{org}/members/{username} | Remove a member from an organization OrganizationApi | orgdeleteteam | DELETE /teams/{id} | Delete a team OrganizationApi | orgedit | PATCH /orgs/{org} | Edit an organization *OrganizationApi* | orgedithook | PATCH /orgs/{org}/hooks/{id} | Update a hook *OrganizationApi* | orgeditlabel | PATCH /orgs/{org}/labels/{id} | Update a label *OrganizationApi* | orgeditteam | PATCH /teams/{id} | Edit a team *OrganizationApi* | orgget | GET /orgs/{org} | Get an organization OrganizationApi | orggetall | GET /orgs | Get list of organizations OrganizationApi | orggethook | GET /orgs/{org}/hooks/{id} | Get a hook OrganizationApi | orggetlabel | GET /orgs/{org}/labels/{id} | Get a single label OrganizationApi | orggetteam | GET /teams/{id} | Get a team OrganizationApi | orggetuserpermissions | GET /users/{username}/orgs/{org}/permissions | Get user permissions in organization *OrganizationApi* | orgismember | GET /orgs/{org}/members/{username} | Check if a user is a member of an organization *OrganizationApi* | orgispublicmember | GET /orgs/{org}/publicmembers/{username} | Check if a user is a public member of an organization *OrganizationApi* | orglistcurrentuserorgs | GET /user/orgs | List the current user's organizations *OrganizationApi* | orglisthooks | GET /orgs/{org}/hooks | List an organization's webhooks *OrganizationApi* | orglistlabels | GET /orgs/{org}/labels | List an organization's labels *OrganizationApi* | orglistmembers | GET /orgs/{org}/members | List an organization's members *OrganizationApi* | orglistpublicmembers | GET /orgs/{org}/publicmembers | List an organization's public members *OrganizationApi* | orglistrepos | GET /orgs/{org}/repos | List an organization's repos *OrganizationApi* | orglistteammember | GET /teams/{id}/members/{username} | List a particular member of team OrganizationApi | orglistteammembers | GET /teams/{id}/members | List a team's members *OrganizationApi* | orglistteamrepo | GET /teams/{id}/repos/{org}/{repo} | List a particular repo of team OrganizationApi | orglistteamrepos | GET /teams/{id}/repos | List a team's repos *OrganizationApi* | orglistteams | GET /orgs/{org}/teams | List an organization's teams *OrganizationApi* | orglistuserorgs | GET /users/{username}/orgs | List a user's organizations OrganizationApi | orgpublicizemember | PUT /orgs/{org}/publicmembers/{username} | Publicize a user's membership *OrganizationApi* | orgremoveteammember | DELETE /teams/{id}/members/{username} | Remove a team member OrganizationApi | orgremoveteamrepository | DELETE /teams/{id}/repos/{org}/{repo} | Remove a repository from a team *OrganizationApi* | teamsearch | GET /orgs/{org}/teams/search | Search for teams within an organization PackageApi | deletepackage | DELETE /packages/{owner}/{type}/{name}/{version} | Delete a package *PackageApi* | getpackage | GET /packages/{owner}/{type}/{name}/{version} | Gets a package PackageApi | listpackagefiles | GET /packages/{owner}/{type}/{name}/{version}/files | Gets all files of a package PackageApi | listpackages | GET /packages/{owner} | Gets all packages of an owner *RepositoryApi* | acceptrepotransfer | POST /repos/{owner}/{repo}/transfer/accept | Accept a repo transfer *RepositoryApi* | createcurrentuserrepo | POST /user/repos | Create a repository RepositoryApi | createfork | POST /repos/{owner}/{repo}/forks | Fork a repository *RepositoryApi* | generaterepo | POST /repos/{templateowner}/{templaterepo}/generate | Create a repository using a template RepositoryApi | getannotatedtag | GET /repos/{owner}/{repo}/git/tags/{sha} | Gets the tag object of an annotated tag (not lightweight tags) RepositoryApi | getblob | GET /repos/{owner}/{repo}/git/blobs/{sha} | Gets the blob of a repository. *RepositoryApi* | gettree | GET /repos/{owner}/{repo}/git/trees/{sha} | Gets the tree of a repository. RepositoryApi | listforks | GET /repos/{owner}/{repo}/forks | List a repository's forks *RepositoryApi* | rejectrepotransfer | POST /repos/{owner}/{repo}/transfer/reject | Reject a repo transfer *RepositoryApi* | repoaddcollaborator | PUT /repos/{owner}/{repo}/collaborators/{collaborator} | Add a collaborator to a repository *RepositoryApi* | repoaddpushmirror | POST /repos/{owner}/{repo}/pushmirrors | add a push mirror to the repository *RepositoryApi* | repoaddteam | PUT /repos/{owner}/{repo}/teams/{team} | Add a team to a repository *RepositoryApi* | repoaddtopic | PUT /repos/{owner}/{repo}/topics/{topic} | Add a topic to a repository *RepositoryApi* | repoapplydiffpatch | POST /repos/{owner}/{repo}/diffpatch | Apply diff patch to repository RepositoryApi | repocancelscheduledautomerge | DELETE /repos/{owner}/{repo}/pulls/{index}/merge | Cancel the scheduled auto merge for the given pull request RepositoryApi | repocheckcollaborator | GET /repos/{owner}/{repo}/collaborators/{collaborator} | Check if a user is a collaborator of a repository RepositoryApi | repocheckteam | GET /repos/{owner}/{repo}/teams/{team} | Check if a team is assigned to a repository RepositoryApi | repocreatebranch | POST /repos/{owner}/{repo}/branches | Create a branch RepositoryApi | repocreatebranchprotection | POST /repos/{owner}/{repo}/branchprotections | Create a branch protections for a repository RepositoryApi | repocreatefile | POST /repos/{owner}/{repo}/contents/{filepath} | Create a file in a repository RepositoryApi | repocreatehook | POST /repos/{owner}/{repo}/hooks | Create a hook RepositoryApi | repocreatekey | POST /repos/{owner}/{repo}/keys | Add a key to a repository RepositoryApi | repocreatepullrequest | POST /repos/{owner}/{repo}/pulls | Create a pull request *RepositoryApi* | repocreatepullreview | POST /repos/{owner}/{repo}/pulls/{index}/reviews | Create a review to an pull request RepositoryApi | repocreatepullreviewrequests | POST /repos/{owner}/{repo}/pulls/{index}/requestedreviewers | create review requests for a pull request *RepositoryApi* | repocreaterelease | POST /repos/{owner}/{repo}/releases | Create a release *RepositoryApi* | repocreatereleaseattachment | POST /repos/{owner}/{repo}/releases/{id}/assets | Create a release attachment RepositoryApi | repocreatestatus | POST /repos/{owner}/{repo}/statuses/{sha} | Create a commit status RepositoryApi | repocreatetag | POST /repos/{owner}/{repo}/tags | Create a new git tag in a repository RepositoryApi | repocreatewikipage | POST /repos/{owner}/{repo}/wiki/new | Create a wiki page *RepositoryApi* | repodelete | DELETE /repos/{owner}/{repo} | Delete a repository RepositoryApi | repodeletebranch | DELETE /repos/{owner}/{repo}/branches/{branch} | Delete a specific branch from a repository RepositoryApi | repodeletebranchprotection | DELETE /repos/{owner}/{repo}/branchprotections/{name} | Delete a specific branch protection for the repository RepositoryApi | repodeletecollaborator | DELETE /repos/{owner}/{repo}/collaborators/{collaborator} | Delete a collaborator from a repository RepositoryApi | repodeletefile | DELETE /repos/{owner}/{repo}/contents/{filepath} | Delete a file in a repository RepositoryApi | repodeletegithook | DELETE /repos/{owner}/{repo}/hooks/git/{id} | Delete a Git hook in a repository *RepositoryApi* | repodeletehook | DELETE /repos/{owner}/{repo}/hooks/{id} | Delete a hook in a repository *RepositoryApi* | repodeletekey | DELETE /repos/{owner}/{repo}/keys/{id} | Delete a key from a repository *RepositoryApi* | repodeletepullreview | DELETE /repos/{owner}/{repo}/pulls/{index}/reviews/{id} | Delete a specific review from a pull request RepositoryApi | repodeletepullreviewrequests | DELETE /repos/{owner}/{repo}/pulls/{index}/requestedreviewers | cancel review requests for a pull request *RepositoryApi* | repodeletepushmirror | DELETE /repos/{owner}/{repo}/pushmirrors/{name} | deletes a push mirror from a repository by remoteName *RepositoryApi* | repodeleterelease | DELETE /repos/{owner}/{repo}/releases/{id} | Delete a release *RepositoryApi* | repodeletereleaseattachment | DELETE /repos/{owner}/{repo}/releases/{id}/assets/{attachmentid} | Delete a release attachment *RepositoryApi* | repodeletereleasebytag | DELETE /repos/{owner}/{repo}/releases/tags/{tag} | Delete a release by tag name *RepositoryApi* | repodeletetag | DELETE /repos/{owner}/{repo}/tags/{tag} | Delete a repository's tag by name *RepositoryApi* | repodeleteteam | DELETE /repos/{owner}/{repo}/teams/{team} | Delete a team from a repository *RepositoryApi* | repodeletetopic | DELETE /repos/{owner}/{repo}/topics/{topic} | Delete a topic from a repository *RepositoryApi* | repodeletewikipage | DELETE /repos/{owner}/{repo}/wiki/page/{pageName} | Delete a wiki page RepositoryApi | repodismisspullreview | POST /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/dismissals | Dismiss a review for a pull request *RepositoryApi* | repodownloadcommitdifforpatch | GET /repos/{owner}/{repo}/git/commits/{sha}.{diffType} | Get a commit's diff or patch RepositoryApi | repodownloadpulldifforpatch | GET /repos/{owner}/{repo}/pulls/{index}.{diffType} | Get a pull request diff or patch *RepositoryApi* | repoedit | PATCH /repos/{owner}/{repo} | Edit a repository's properties. Only fields that are set will be changed. RepositoryApi | repoeditbranchprotection | PATCH /repos/{owner}/{repo}/branchprotections/{name} | Edit a branch protections for a repository. Only fields that are set will be changed RepositoryApi | repoeditgithook | PATCH /repos/{owner}/{repo}/hooks/git/{id} | Edit a Git hook in a repository *RepositoryApi* | repoedithook | PATCH /repos/{owner}/{repo}/hooks/{id} | Edit a hook in a repository *RepositoryApi* | repoeditpullrequest | PATCH /repos/{owner}/{repo}/pulls/{index} | Update a pull request. If using deadline only the date will be taken into account, and time of day ignored. RepositoryApi | repoeditrelease | PATCH /repos/{owner}/{repo}/releases/{id} | Update a release RepositoryApi | repoeditreleaseattachment | PATCH /repos/{owner}/{repo}/releases/{id}/assets/{attachmentid} | Edit a release attachment RepositoryApi | repoeditwikipage | PATCH /repos/{owner}/{repo}/wiki/page/{pageName} | Edit a wiki page *RepositoryApi* | repoget | GET /repos/{owner}/{repo} | Get a repository RepositoryApi | repogetallcommits | GET /repos/{owner}/{repo}/commits | Get a list of all commits from a repository *RepositoryApi* | repogetarchive | GET /repos/{owner}/{repo}/archive/{archive} | Get an archive of a repository *RepositoryApi* | repogetassignees | GET /repos/{owner}/{repo}/assignees | Return all users that have write access and can be assigned to issues *RepositoryApi* | repogetbranch | GET /repos/{owner}/{repo}/branches/{branch} | Retrieve a specific branch from a repository, including its effective branch protection *RepositoryApi* | repogetbranchprotection | GET /repos/{owner}/{repo}/branchprotections/{name} | Get a specific branch protection for the repository *RepositoryApi* | repogetbyid | GET /repositories/{id} | Get a repository by id RepositoryApi | repogetcombinedstatusbyref | GET /repos/{owner}/{repo}/commits/{ref}/status | Get a commit's combined status, by branch/tag/commit reference *RepositoryApi* | repogetcontents | GET /repos/{owner}/{repo}/contents/{filepath} | Gets the metadata and contents (if a file) of an entry in a repository, or a list of entries if a dir *RepositoryApi* | repogetcontentslist | GET /repos/{owner}/{repo}/contents | Gets the metadata of all the entries of the root dir RepositoryApi | repogeteditorconfig | GET /repos/{owner}/{repo}/editorconfig/{filepath} | Get the EditorConfig definitions of a file in a repository *RepositoryApi* | repogetgithook | GET /repos/{owner}/{repo}/hooks/git/{id} | Get a Git hook RepositoryApi | repogethook | GET /repos/{owner}/{repo}/hooks/{id} | Get a hook RepositoryApi | repogetissuetemplates | GET /repos/{owner}/{repo}/issuetemplates | Get available issue templates for a repository RepositoryApi | repogetkey | GET /repos/{owner}/{repo}/keys/{id} | Get a repository's key by id RepositoryApi | repogetlanguages | GET /repos/{owner}/{repo}/languages | Get languages and number of bytes of code written RepositoryApi | repogetlatestrelease | GET /repos/{owner}/{repo}/releases/latest | Gets the most recent non-prerelease, non-draft release of a repository, sorted by createdat RepositoryApi | repogetnote | GET /repos/{owner}/{repo}/git/notes/{sha} | Get a note corresponding to a single commit from a repository RepositoryApi | repogetpullrequest | GET /repos/{owner}/{repo}/pulls/{index} | Get a pull request *RepositoryApi* | repogetpullrequestcommits | GET /repos/{owner}/{repo}/pulls/{index}/commits | Get commits for a pull request *RepositoryApi* | repogetpullrequestfiles | GET /repos/{owner}/{repo}/pulls/{index}/files | Get changed files for a pull request *RepositoryApi* | repogetpullreview | GET /repos/{owner}/{repo}/pulls/{index}/reviews/{id} | Get a specific review for a pull request RepositoryApi | repogetpullreviewcomments | GET /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments | Get a specific review for a pull request RepositoryApi | repogetpushmirrorbyremotename | GET /repos/{owner}/{repo}/pushmirrors/{name} | Get push mirror of the repository by remoteName *RepositoryApi* | repogetrawfile | GET /repos/{owner}/{repo}/raw/{filepath} | Get a file from a repository RepositoryApi | repogetrawfileorlfs | GET /repos/{owner}/{repo}/media/{filepath} | Get a file or it's LFS object from a repository *RepositoryApi* | repogetrelease | GET /repos/{owner}/{repo}/releases/{id} | Get a release *RepositoryApi* | repogetreleaseattachment | GET /repos/{owner}/{repo}/releases/{id}/assets/{attachmentid} | Get a release attachment *RepositoryApi* | repogetreleasebytag | GET /repos/{owner}/{repo}/releases/tags/{tag} | Get a release by tag name *RepositoryApi* | repogetrepopermissions | GET /repos/{owner}/{repo}/collaborators/{collaborator}/permission | Get repository permissions for a user RepositoryApi | repogetreviewers | GET /repos/{owner}/{repo}/reviewers | Return all users that can be requested to review in this repo RepositoryApi | repogetsinglecommit | GET /repos/{owner}/{repo}/git/commits/{sha} | Get a single commit from a repository *RepositoryApi* | repogettag | GET /repos/{owner}/{repo}/tags/{tag} | Get the tag of a repository by tag name *RepositoryApi* | repogetwikipage | GET /repos/{owner}/{repo}/wiki/page/{pageName} | Get a wiki page RepositoryApi | repogetwikipagerevisions | GET /repos/{owner}/{repo}/wiki/revisions/{pageName} | Get revisions of a wiki page RepositoryApi | repogetwikipages | GET /repos/{owner}/{repo}/wiki/pages | Get all wiki pages *RepositoryApi* | repolistallgitrefs | GET /repos/{owner}/{repo}/git/refs | Get specified ref or filtered repository's refs *RepositoryApi* | repolistbranchprotection | GET /repos/{owner}/{repo}/branchprotections | List branch protections for a repository *RepositoryApi* | repolistbranches | GET /repos/{owner}/{repo}/branches | List a repository's branches *RepositoryApi* | repolistcollaborators | GET /repos/{owner}/{repo}/collaborators | List a repository's collaborators *RepositoryApi* | repolistgithooks | GET /repos/{owner}/{repo}/hooks/git | List the Git hooks in a repository RepositoryApi | repolistgitrefs | GET /repos/{owner}/{repo}/git/refs/{ref} | Get specified ref or filtered repository's refs *RepositoryApi* | repolisthooks | GET /repos/{owner}/{repo}/hooks | List the hooks in a repository *RepositoryApi* | repolistkeys | GET /repos/{owner}/{repo}/keys | List a repository's keys *RepositoryApi* | repolistpullrequests | GET /repos/{owner}/{repo}/pulls | List a repo's pull requests RepositoryApi | repolistpullreviews | GET /repos/{owner}/{repo}/pulls/{index}/reviews | List all reviews for a pull request *RepositoryApi* | repolistpushmirrors | GET /repos/{owner}/{repo}/pushmirrors | Get all push mirrors of the repository *RepositoryApi* | repolistreleaseattachments | GET /repos/{owner}/{repo}/releases/{id}/assets | List release's attachments RepositoryApi | repolistreleases | GET /repos/{owner}/{repo}/releases | List a repo's releases RepositoryApi | repoliststargazers | GET /repos/{owner}/{repo}/stargazers | List a repo's stargazers RepositoryApi | repoliststatuses | GET /repos/{owner}/{repo}/statuses/{sha} | Get a commit's statuses RepositoryApi | repoliststatusesbyref | GET /repos/{owner}/{repo}/commits/{ref}/statuses | Get a commit's statuses, by branch/tag/commit reference RepositoryApi | repolistsubscribers | GET /repos/{owner}/{repo}/subscribers | List a repo's watchers RepositoryApi | repolisttags | GET /repos/{owner}/{repo}/tags | List a repository's tags RepositoryApi | repolistteams | GET /repos/{owner}/{repo}/teams | List a repository's teams RepositoryApi | repolisttopics | GET /repos/{owner}/{repo}/topics | Get list of topics that a repository has RepositoryApi | repomergepullrequest | POST /repos/{owner}/{repo}/pulls/{index}/merge | Merge a pull request *RepositoryApi* | repomigrate | POST /repos/migrate | Migrate a remote git repository RepositoryApi | repomirrorsync | POST /repos/{owner}/{repo}/mirror-sync | Sync a mirrored repository RepositoryApi | repopullrequestismerged | GET /repos/{owner}/{repo}/pulls/{index}/merge | Check if a pull request has been merged RepositoryApi | repopushmirrorsync | POST /repos/{owner}/{repo}/pushmirrors-sync | Sync all push mirrored repository RepositoryApi | reposearch | GET /repos/search | Search for repositories *RepositoryApi* | reposigningkey | GET /repos/{owner}/{repo}/signing-key.gpg | Get signing-key.gpg for given repository *RepositoryApi* | reposubmitpullreview | POST /repos/{owner}/{repo}/pulls/{index}/reviews/{id} | Submit a pending review to an pull request RepositoryApi | repotesthook | POST /repos/{owner}/{repo}/hooks/{id}/tests | Test a push webhook RepositoryApi | repotrackedtimes | GET /repos/{owner}/{repo}/times | List a repo's tracked times RepositoryApi | repotransfer | POST /repos/{owner}/{repo}/transfer | Transfer a repo ownership *RepositoryApi* | repoundismisspullreview | POST /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/undismissals | Cancel to dismiss a review for a pull request *RepositoryApi* | repoupdatefile | PUT /repos/{owner}/{repo}/contents/{filepath} | Update a file in a repository *RepositoryApi* | repoupdatepullrequest | POST /repos/{owner}/{repo}/pulls/{index}/update | Merge PR's baseBranch into headBranch RepositoryApi | repoupdatetopics | PUT /repos/{owner}/{repo}/topics | Replace list of topics for a repository RepositoryApi | topicsearch | GET /topics/search | search topics via keyword *RepositoryApi* | usercurrentchecksubscription | GET /repos/{owner}/{repo}/subscription | Check if the current user is watching a repo RepositoryApi | usercurrentdeletesubscription | DELETE /repos/{owner}/{repo}/subscription | Unwatch a repo *RepositoryApi* | usercurrentputsubscription | PUT /repos/{owner}/{repo}/subscription | Watch a repo RepositoryApi | usertrackedtimes | GET /repos/{owner}/{repo}/times/{user} | List a user's tracked times in a repo SettingsApi | getgeneralapisettings | GET /settings/api | Get instance's global settings for api *SettingsApi* | getgeneralattachmentsettings | GET /settings/attachment | Get instance's global settings for Attachment SettingsApi | getgeneralrepositorysettings | GET /settings/repository | Get instance's global settings for repositories *SettingsApi* | getgeneraluisettings | GET /settings/ui | Get instance's global settings for ui UserApi | createcurrentuserrepo | POST /user/repos | Create a repository *UserApi* | getusersettings | GET /user/settings | Get user settings *UserApi* | getverificationtoken | GET /user/gpgkeytoken | Get a Token to verify *UserApi* | updateusersettings | PATCH /user/settings | Update user settings *UserApi* | useraddemail | POST /user/emails | Add email addresses *UserApi* | usercheckfollowing | GET /users/{username}/following/{target} | Check if one user is following another user *UserApi* | usercreateoauth2application | POST /user/applications/oauth2 | creates a new OAuth2 application *UserApi* | usercreatetoken | POST /users/{username}/tokens | Create an access token *UserApi* | usercurrentcheckfollowing | GET /user/following/{username} | Check whether a user is followed by the authenticated user UserApi | usercurrentcheckstarring | GET /user/starred/{owner}/{repo} | Whether the authenticated is starring the repo *UserApi* | usercurrentdeletefollow | DELETE /user/following/{username} | Unfollow a user UserApi | usercurrentdeletegpgkey | DELETE /user/gpgkeys/{id} | Remove a GPG key *UserApi* | usercurrentdeletekey | DELETE /user/keys/{id} | Delete a public key UserApi | usercurrentdeletestar | DELETE /user/starred/{owner}/{repo} | Unstar the given repo *UserApi* | usercurrentgetgpgkey | GET /user/gpgkeys/{id} | Get a GPG key UserApi | usercurrentgetkey | GET /user/keys/{id} | Get a public key *UserApi* | usercurrentlistfollowers | GET /user/followers | List the authenticated user's followers UserApi | usercurrentlistfollowing | GET /user/following | List the users that the authenticated user is following *UserApi* | usercurrentlistgpgkeys | GET /user/gpgkeys | List the authenticated user's GPG keys UserApi | usercurrentlistkeys | GET /user/keys | List the authenticated user's public keys *UserApi* | usercurrentlistrepos | GET /user/repos | List the repos that the authenticated user owns UserApi | usercurrentliststarred | GET /user/starred | The repos that the authenticated user has starred *UserApi* | usercurrentlistsubscriptions | GET /user/subscriptions | List repositories watched by the authenticated user UserApi | usercurrentpostgpgkey | POST /user/gpgkeys | Create a GPG key *UserApi* | usercurrentpostkey | POST /user/keys | Create a public key UserApi | usercurrentputfollow | PUT /user/following/{username} | Follow a user *UserApi* | usercurrentputstar | PUT /user/starred/{owner}/{repo} | Star the given repo UserApi | usercurrenttrackedtimes | GET /user/times | List the current user's tracked times *UserApi* | userdeleteaccesstoken | DELETE /users/{username}/tokens/{token} | delete an access token UserApi | userdeleteemail | DELETE /user/emails | Delete email addresses UserApi | userdeleteoauth2application | DELETE /user/applications/oauth2/{id} | delete an OAuth2 Application UserApi | userget | GET /users/{username} | Get a user *UserApi* | usergetcurrent | GET /user | Get the authenticated user *UserApi* | usergetheatmapdata | GET /users/{username}/heatmap | Get a user's heatmap UserApi | usergetoauth2application | GET /user/applications/oauth2/{id} | get an OAuth2 Application UserApi | usergetoauth2application | GET /user/applications/oauth2 | List the authenticated user's oauth2 applications *UserApi* | usergetstopwatches | GET /user/stopwatches | Get list of all existing stopwatches UserApi | usergettokens | GET /users/{username}/tokens | List the authenticated user's access tokens UserApi | userlistemails | GET /user/emails | List the authenticated user's email addresses UserApi | userlistfollowers | GET /users/{username}/followers | List the given user's followers UserApi | userlistfollowing | GET /users/{username}/following | List the users that the given user is following UserApi | userlistgpgkeys | GET /users/{username}/gpgkeys | List the given user's GPG keys UserApi | userlistkeys | GET /users/{username}/keys | List the given user's public keys UserApi | userlistrepos | GET /users/{username}/repos | List the repos owned by the given user UserApi | userliststarred | GET /users/{username}/starred | The repos that the given user has starred UserApi | userlistsubscriptions | GET /users/{username}/subscriptions | List the repositories watched by a user UserApi | userlistteams | GET /user/teams | List all the teams a user belongs to UserApi | usersearch | GET /users/search | Search for users *UserApi* | userupdateoauth2application | PATCH /user/applications/oauth2/{id} | update an OAuth2 Application, this includes regenerating the client secret *UserApi* | userverifygpgkey | POST /user/gpgkeyverify | Verify a GPG key

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author