Api

sealed class Api<T : Api.Config>

It is necessary to specify an inheritor of Api when installing the plugin to configure the HttpClient for either the Content Delivery API or the Management API

Inheritors

Types

Link copied to clipboard

Configure the HttpClient for the Content Delivery API

Link copied to clipboard
sealed class Config

It is necessary to specify an inheritor of Config when installing the plugin to configure the plugin for either the Content Delivery API or the Management API

Link copied to clipboard

Configure the HttpClient for the Management API