Skip to content

qanary-component-helpers/base

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

  • Package: @leipzigtreechat/qanary-component-helpers
  • Source file: packages/qanary-component-helpers/src/base.ts

RequestArgs

class BaseAPI

BaseAPI

Properties

  • configuration (Configuration | undefined) Methods
  • constructor(configuration: Configuration, basePath: string, axios: AxiosInstance) Defined at: line 47
class RequiredError extends Error

RequiredError Error

Extends: Error Properties

  • name (“RequiredError”) Methods
  • constructor(field: string, msg: string) Defined at: line 68
interface RequestArgs

RequestArgs

Properties

  • url (string)
  • options (AxiosRequestConfig) Defined at: line 37
const BASE_PATH: unknown

Defined at: line 19

const COLLECTION_FORMATS: object

Defined at: line 25