prepare abstract method

BaseRequest prepare(
  1. Nyxx client
)

Transform this HttpRequest into a BaseRequest to be sent.

The client will be used for authentication if authentication is enabled for this request.

Implementation

BaseRequest prepare(Nyxx client);