# Functions
Account renders change user's password, user's email and user suicide page.
AccountPost response for change user's password.
AdoptOrDeleteRepository adopts or deletes a repository.
Appearance render user's appearance settings.
Applications render manage access token page.
ApplicationsPost response for add user's access token.
AvatarPost response for change user's avatar request.
DeleteAccount render user suicide page and response for delete user himself.
DeleteApplication response for delete user access token.
DeleteAvatar render delete avatar page.
DeleteEmail response for delete user's email.
DeleteKey response for delete user's SSH/GPG key.
DeleteOAuth2Application deletes the given oauth2 application.
DeleteWebhook response for delete webhook.
EmailPost response for change user's email.
Keys render user's SSH/GPG public keys page.
KeysPost response for change user's SSH/GPG keys.
OAuth2ApplicationShow displays the given application.
OAuthApplicationsEdit response for editing oauth2 application.
OAuthApplicationsPost response for adding a oauth2 application.
OAuthApplicationsRegenerateSecret handles the post request for regenerating the secret.
Organization render all the organization of the user.
Profile render user's profile page.
ProfilePost response for change user's profile.
Repos display a list of all repositories of the user.
RevokeOAuth2Grant revokes the grant with the given id.
UpdateAvatarSetting update user's avatar FIXME: limit size.
UpdateUIThemePost is used to update users' specific theme.
UpdateUserHiddenComments update a user's shown comment types.
UpdateUserLang update a user's language.
Webhooks render webhook list page.