Skip to main content

WebService

@nevermined-io/sdk - v3.0.32 / WebService

Interface: WebService

Interface describing an asset of type service

Table of contents

Properties

Properties

chargeType

Optional chargeType: ChargeType

Defined in

src/types/DDOTypes.ts:206


encryptedAttributes

Optional encryptedAttributes: string

Defined in

src/types/DDOTypes.ts:204


endpoints

Optional endpoints: { [verb: string]: string; }[]

Defined in

src/types/DDOTypes.ts:198


internalAttributes

Optional internalAttributes: WebServiceInternalAttributes

Defined in

src/types/DDOTypes.ts:202


openEndpoints

Optional openEndpoints: string[]

Defined in

src/types/DDOTypes.ts:200


type

Optional type: "Other" | "RESTful" | "GrapQL" | "RPC"

Defined in

src/types/DDOTypes.ts:196