Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppApiConfigInterface

Index

Properties

Optional axios

axios: AxiosRequestConfig

Additional configuration for the axios library

Optional baseUrl

baseUrl: string

Contains the protocol, domain and (optional) port of the api provider we should connect to. There MUST NOT be any uri segments given!

Optional devBaseUrl

devBaseUrl: string

The same as baseUrl but overrides it when the framework is running in development mode

Optional resourceBaseUriPart

resourceBaseUriPart: string

This part should match the configuration of the router config in your Typo3 installation. The uri element which defines the uri part which is used to group the resource uri's under

Optional rootUriPart

rootUriPart: string

This part should match the configuration of the router config in your Typo3 installation. The uri element which defines the first part in the API uri path. It is the main entry point to all your API endpoints

Generated using TypeDoc