This simple module helps you interact with API of apps built with Bobuild. More information is available in the official documentation at https://docs.bobuild.com/advanced/api/
composer require bobuild/clientuse Bobuild\Client;
// Initialize the client
$client = Client::create('yourapp.bobuild.com', 'your-api-token');
$customers = $client->getList('/customers');