create

fun create(config: YahooClientConfig = YahooClientConfig()): YahooClient(source)

Creates a new YahooClient instance with the specified configuration.

Return

A new YahooClient instance ready to make API calls

Parameters

config

Client configuration (optional). Defaults to YahooClientConfig with standard settings.