@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Class SystemInfoApi

    SystemInfoApi - object-oriented interface

    SystemInfoApi

    Hierarchy

    • BaseAPI
      • SystemInfoApi
    Index

    Constructors

    • Parameters

      • Optionalconfiguration: Configuration
      • basePath: string = BASE_PATH
      • axios: AxiosInstance = globalAxios

      Returns SystemInfoApi

    Properties

    axios: AxiosInstance = globalAxios
    basePath: string = BASE_PATH
    configuration: Configuration

    Methods

    • Retreive basic system info

      Parameters

      • Optionaloptions: AxiosRequestConfig

        Override http request option.

      Returns Promise<AxiosResponse<SystemInfoSchema, any>>

      SystemInfoApi

    • Retreive basic user info

      Parameters

      • Optionaloptions: AxiosRequestConfig

        Override http request option.

      Returns Promise<AxiosResponse<UserSchema, any>>

      SystemInfoApi

    • Retreive user preferences

      Parameters

      • Optionaloptions: AxiosRequestConfig

        Override http request option.

      Returns Promise<AxiosResponse<UserPreferences, any>>

      SystemInfoApi