Search
    Preparing search index...

    Class ModelListHttpOp<M, D, RESP, RESULT>

    HTTP-операция для получения списка моделей.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    apiVersion: string
    axiosPromise: null | AxiosPromise<any>
    baseURL: string
    config: IOpConfig<M, D>
    urlContext?: UrlContextType
    operationId: number

    Methods

    • Redefined function query url Builder

      Returns string

    • return raw data from responce

      Parameters

      • value: Record<string, any>

      Returns undefined | RESP

    • Returns the name of the property where the expected data is stored

      Returns string | string[]

    • Returns the name of the property that contains the request success flag

      Returns string

    • Returns the response code that is considered successful

      Returns number

    • Returns true if the data has a success flag

      Parameters

      • data: Record<string, any>

      Returns boolean

    • Returns true if the data is valid and applicable to the successful result of the operation

      Parameters

      Returns boolean | Error