rose-bikes-spryker/channable-api

This package is abandoned and no longer maintained. No replacement package was suggested.

Channable API Module

v1.2.2 2020-02-17 14:54 UTC

README

license

This module is still in development. We will publish a stable version soon. Stay tuned!

Installation

1. Add the module to your project

composer require rose-bikes-spryker/channable-api

2. Extend the project namespaces (config_default.php)

<?php

$config[KernelConstantsInterface::PROJECT_NAMESPACES] = [
    'RoseBikesSpryker',
    '...',
];

3. Adjust the configurations

<?php

$config[ChannableApiConstants::CONFIG_CHANNABLE_COMPANY_ID] = '';
$config[ChannableApiConstants::CONFIG_CHANNABLE_TOKEN] = '';
$config[ChannableApiConstants::CONFIG_CHANNABLE_HOST] = 'https://api.channable.com/v1';

4. Generate the transfer objects

vendor/bin/console transfer:generate -vvv