@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface Resolver

    interface Resolver {
        resolve(serviceId: string, apiServiceName?: string): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Receive address of the service by its ID

      Parameters

      • serviceId: string

        service ID, e.g. "nebius.compute.v1.InstanceService"

      • OptionalapiServiceName: string

        optional API service name override, when provided by the service wrapper

      Returns string

      address string

      UnknownServiceError when the resolver cannot resolve the ID