ServiceBuilder

org.mbari.vars.migration.services.ServiceBuilder
See theServiceBuilder companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def adaptEndpointConfigForKiota(endpointConfig: EndpointConfig): EndpointConfig

Adapts the EndpointConfig to ensure the URL is in the correct format for Kiota.

Adapts the EndpointConfig to ensure the URL is in the correct format for Kiota.

Attributes

def adaptUrl(url: String): String

Kiota needs the URL to be without the trailing "/v1" or "/config" suffix. THis is a HACK to adapt the URL accordingly.

Kiota needs the URL to be without the trailing "/v1" or "/config" suffix. THis is a HACK to adapt the URL accordingly.

Attributes