Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationParameters

DCS (Gitea) API. This documentation describes the DCS (Gitea) API.

The version of the OpenAPI document: 1.17.3+dcs

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Hierarchy

  • ConfigurationParameters

Index

Properties

accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>)
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>)
baseOptions?: any
basePath?: string
formDataCtor?: (new () => any)

Type declaration

    • new (): any
    • Returns any

password?: string
username?: string

Generated using TypeDoc