Skip to content

Implement NetX integration

Vladyslav Sadretdinov requested to merge netx-integration into main

How to review

  • Add to your settings.php next line:
$config['lucidpess_dam_netx.settings']['token'] = '<Your NetX API Token>';
$config['lucidpess_dam_netx.settings']['netx_proxy_url'] = '<Your NetX proxy URL>';
  • Run drush -vvv lucidpress_dam:gen netx you should see output like this:
Edited by Vladyslav Sadretdinov

Merge request reports