Options
All
  • Public
  • Public/Protected
  • All
Menu

Module endpoints/raw

Index

Properties

Properties

default

default: { get: (http: AxiosInstance, url: string, config: AxiosRequestConfig) => Promise<ListResponse<any> & { _links: any }>; getAllByPage: (http: AxiosInstance, url: string, __namedParameters: AxiosRequestConfig) => Promise<ListResponse<any>>; getAllBySearchAfter: (http: AxiosInstance, url: string, config?: AxiosRequestConfig) => Promise<ListResponse<any>>; getOne: (http: AxiosInstance, url: string, config?: AxiosRequestConfig) => Promise<any> }

Type declaration

  • get: (http: AxiosInstance, url: string, config: AxiosRequestConfig) => Promise<ListResponse<any> & { _links: any }>
      • (http: AxiosInstance, url: string, config: AxiosRequestConfig): Promise<ListResponse<any> & { _links: any }>
      • Parameters

        • http: AxiosInstance
        • url: string
        • config: AxiosRequestConfig

        Returns Promise<ListResponse<any> & { _links: any }>

  • getAllByPage: (http: AxiosInstance, url: string, __namedParameters: AxiosRequestConfig) => Promise<ListResponse<any>>
      • (http: AxiosInstance, url: string, __namedParameters: AxiosRequestConfig): Promise<ListResponse<any>>
      • Parameters

        • http: AxiosInstance
        • url: string
        • __namedParameters: AxiosRequestConfig

        Returns Promise<ListResponse<any>>

  • getAllBySearchAfter: (http: AxiosInstance, url: string, config?: AxiosRequestConfig) => Promise<ListResponse<any>>
      • (http: AxiosInstance, url: string, config?: AxiosRequestConfig): Promise<ListResponse<any>>
      • Parameters

        • http: AxiosInstance
        • url: string
        • Optional config: AxiosRequestConfig

        Returns Promise<ListResponse<any>>

  • getOne: (http: AxiosInstance, url: string, config?: AxiosRequestConfig) => Promise<any>
      • (http: AxiosInstance, url: string, config?: AxiosRequestConfig): Promise<any>
      • Parameters

        • http: AxiosInstance
        • url: string
        • Optional config: AxiosRequestConfig

        Returns Promise<any>