Skip to main content

@webda/runtimeReadme | API


Class: EchoServiceParameters

Extends

  • ServiceParameters

Constructors

new EchoServiceParameters(params)

new EchoServiceParameters(params): EchoServiceParameters

Copy all parameters into the object by default

Parameters

params: any

from webda.config.json

Returns

EchoServiceParameters

Inherited from

ServiceParameters.constructor

Source

core/lib/services/service.d.ts:110

Properties

mime?

mime?: string

Mime of the result

Source

runtime/src/services/echo.ts:7


openapi?

openapi?: OpenAPIWebdaDefinition

OpenAPI override

Schema Ignore

Inherited from

ServiceParameters.openapi

Source

core/lib/services/service.d.ts:104


result

result: any

result to write on the url

Source

runtime/src/services/echo.ts:11


type

type: string

Type of the service

Inherited from

ServiceParameters.type

Source

core/lib/services/service.d.ts:95


url

url: string

Url to expose the service

Overrides

ServiceParameters.url

Source

runtime/src/services/echo.ts:15