Skip to main content

@webda/coreReadme | API


Class: ServiceParameters

Interface to specify the Service parameters

Extended by

Constructors

new ServiceParameters(params)

new ServiceParameters(params): ServiceParameters

Copy all parameters into the object by default

Parameters

params: any

from webda.config.json

Returns

ServiceParameters

Source

packages/core/src/services/service.ts:267

Properties

openapi?

openapi?: OpenAPIWebdaDefinition

OpenAPI override

Schema Ignore

Source

packages/core/src/services/service.ts:260


type

type: string

Type of the service

Source

packages/core/src/services/service.ts:251


url?

url?: string

URL on which to serve the content

Source

packages/core/src/services/service.ts:255