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

    Function SystemInfoApiAxiosParamCreator

    • SystemInfoApi - axios parameter creator

      Parameters

      Returns {
          getSystemInfo: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
          getSystemUser: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
          getSystemUserPreferences: (
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
          putUpdateSystemUserPreferences: (
              userPreferencesRequest: UserPreferencesRequest,
              options?: AxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • getSystemInfo: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retreive basic system info

      • getSystemUser: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retreive basic user info

      • getSystemUserPreferences: (options?: AxiosRequestConfig) => Promise<RequestArgs>

        Retreive user preferences

      • putUpdateSystemUserPreferences: (
            userPreferencesRequest: UserPreferencesRequest,
            options?: AxiosRequestConfig,
        ) => Promise<RequestArgs>

        Update user preferences