| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Gitea.API.Settings
Description
Synopsis
- getGeneralAPISettings :: GiteaRequest GetGeneralAPISettings MimeNoContent GeneralAPISettings MimeJSON
- data GetGeneralAPISettings
- getGeneralAttachmentSettings :: GiteaRequest GetGeneralAttachmentSettings MimeNoContent GeneralAttachmentSettings MimeJSON
- data GetGeneralAttachmentSettings
- getGeneralRepositorySettings :: GiteaRequest GetGeneralRepositorySettings MimeNoContent GeneralRepoSettings MimeJSON
- data GetGeneralRepositorySettings
- getGeneralUISettings :: GiteaRequest GetGeneralUISettings MimeNoContent GeneralUISettings MimeJSON
- data GetGeneralUISettings
Operations
Settings
getGeneralAPISettings
getGeneralAPISettings :: GiteaRequest GetGeneralAPISettings MimeNoContent GeneralAPISettings MimeJSON Source #
GET /settings/api
Get instance's global settings for api
AuthMethod: AuthApiKeyTOTPHeader, AuthApiKeyAuthorizationHeaderToken, AuthApiKeySudoHeader, AuthBasicBasicAuth, AuthApiKeyAccessToken, AuthApiKeySudoParam, AuthApiKeyToken
data GetGeneralAPISettings Source #
Instances
| Produces GetGeneralAPISettings MimeJSON Source # | application/json |
Defined in Gitea.API.Settings | |
getGeneralAttachmentSettings
getGeneralAttachmentSettings :: GiteaRequest GetGeneralAttachmentSettings MimeNoContent GeneralAttachmentSettings MimeJSON Source #
GET /settings/attachment
Get instance's global settings for Attachment
AuthMethod: AuthApiKeyTOTPHeader, AuthApiKeyAuthorizationHeaderToken, AuthApiKeySudoHeader, AuthBasicBasicAuth, AuthApiKeyAccessToken, AuthApiKeySudoParam, AuthApiKeyToken
data GetGeneralAttachmentSettings Source #
Instances
| Produces GetGeneralAttachmentSettings MimeJSON Source # | application/json |
Defined in Gitea.API.Settings | |
getGeneralRepositorySettings
getGeneralRepositorySettings :: GiteaRequest GetGeneralRepositorySettings MimeNoContent GeneralRepoSettings MimeJSON Source #
GET /settings/repository
Get instance's global settings for repositories
AuthMethod: AuthApiKeyTOTPHeader, AuthApiKeyAuthorizationHeaderToken, AuthApiKeySudoHeader, AuthBasicBasicAuth, AuthApiKeyAccessToken, AuthApiKeySudoParam, AuthApiKeyToken
data GetGeneralRepositorySettings Source #
Instances
| Produces GetGeneralRepositorySettings MimeJSON Source # | application/json |
Defined in Gitea.API.Settings | |
getGeneralUISettings
getGeneralUISettings :: GiteaRequest GetGeneralUISettings MimeNoContent GeneralUISettings MimeJSON Source #
GET /settings/ui
Get instance's global settings for ui
AuthMethod: AuthApiKeyTOTPHeader, AuthApiKeyAuthorizationHeaderToken, AuthApiKeySudoHeader, AuthBasicBasicAuth, AuthApiKeyAccessToken, AuthApiKeySudoParam, AuthApiKeyToken
data GetGeneralUISettings Source #
Instances
| Produces GetGeneralUISettings MimeJSON Source # | application/json |
Defined in Gitea.API.Settings | |