usePOST

abstract fun usePOST(usePOST: Boolean): PublishBuilder

Configures the publish request to use the POST HTTP method instead of GET.

Return

The current instance of PublishBuilder for method chaining.

Parameters

usePOST

Boolean indicating whether to use POST (true) or GET (false) for the request. Default is `false`