There are cases where Marvin Pro supports different web service protocol types (clean2d and aromatize). This definition offers setting the desired protocol type for the endpoint (JWS or Chemicalize).

interface ServiceWithProtocol {
    protocol: ProtocolType;
    serviceURL: string;
}

Properties

Properties

protocol: ProtocolType
serviceURL: string

Generated using TypeDoc