The list of web service urls.

interface WebServiceSettings {
    aromatizeServiceURL?: ServiceWithProtocol;
    cipStereoServiceURL?: string;
    clean2dServiceURL?: ServiceWithProtocol;
    getJWT?: (() => string);
    hydrogenizeServiceURL?: ServiceWithProtocol;
    licenseServiceURL?: string;
    molConvertServiceURL?: ServiceWithProtocol;
    partialElementalAnalysisURL?: string;
}

Properties

aromatizeServiceURL?: ServiceWithProtocol

The url of the aromatize service. Desired protocol variant must be set.

cipStereoServiceURL?: string

The url of the CIP stereo calculation service.

clean2dServiceURL?: ServiceWithProtocol

The url used for the name search and clean2d service. Desired protocol variant must be set.

getJWT?: (() => string)

Type declaration

    • (): string
    • Callback for getting JWT token. If this method is provided then we append the JWT returned by it to all our backend service call's header

      Returns string

hydrogenizeServiceURL?: ServiceWithProtocol

The url of the hydrogenize webservice. Desired protocol variant must be set.

licenseServiceURL?: string

The url of the license service.

molConvertServiceURL?: ServiceWithProtocol

The url of the molecule IO webservice.

partialElementalAnalysisURL?: string

The url of the calculation service used for partial structure calculations.

Generated using TypeDoc