Is it possible to implement a generalised REST Api call method with Yii2’s Client class if I want to set postfields for requests which are POST?
I am trying to implement a unified method for calling a REST API in Yii2, using the Client class.
I am trying to implement a unified method for calling a REST API in Yii2, using the Client class.