├── LICENSE ├── README.md ├── composer.json ├── example.php └── src ├── Api.php └── Exception ├── ExceptionInterface.php └── RuntimeException.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/composer.json -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/example.php -------------------------------------------------------------------------------- /src/Api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/src/Api.php -------------------------------------------------------------------------------- /src/Exception/ExceptionInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/src/Exception/ExceptionInterface.php -------------------------------------------------------------------------------- /src/Exception/RuntimeException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ApertureLab/Gandi-API/HEAD/src/Exception/RuntimeException.php --------------------------------------------------------------------------------