Client Resource Group
As we’ve already shown, the Client Resource Group is the main entry point into your extension. It gives users a single place to access all the resources they can use through your API.
Creating the Client
A Client Resource group simply extends
. This is an abstract class that will tell you what methods you need to implement to create your client.\BristolSU\ApiToolkit\Contracts\ClientResourceGroup