Config

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

Inheritors

Types

Link copied to clipboard

Configure the plugin for the Content Delivery API.

Link copied to clipboard

Configure the plugin for the Management API.

Link copied to clipboard
sealed class Region

Optionally, specify an inheritor of Region when configuring the plugin depending on the server location of your space. Defaults to the European Union.

Link copied to clipboard

Optionally, specify an inheritor of Version when configuring the plugin for the Content Delivery API that will affect all requests. Defaults to Published.

Properties

Link copied to clipboard

Optionally, specify the region depending on the server location of your space. Defaults to the European Union

Link copied to clipboard
abstract var requestsPerSecond: Int

Optionally, specify the maximum number of API requests allowed per second.