basePath

Set a base path (or URL) for the current interface, all generated functions going to init with this and it path.

By default, Ktor Client handle base url for the HttpClient.

Invalid syntax like https://github.com///path (triple slash where is not common to use) throw errors.

See also