Skip to content

aisbreaker-api-js - v0.1.15 / api/AIsService / AIsServiceProps

Interface: AIsServiceProps

api/AIsService.AIsServiceProps

Every AIsService can be parameterized with these or (in very rare cases) with a service-specific extention of these properties.

Hierarchy

Table of contents

Properties

Properties

internServiceOptions

Optional internServiceOptions: any

Service implementation specific opts. Try to avoid using them because they are NOT portable!!!

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/AIsService.ts:42


serviceId

serviceId: string

Unique identified of the AIsBreaker service, see: https://aisbreaker.org/docs/serviceId

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/AIsService.ts:31


url

Optional url: string

URL of the AI service (optional).

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/AIsService.ts:36

Released under the MIT License.