coollemon/redmine_coda

There is no license information available for the latest version (1.0.0) of this package.

Redmine to coda

1.0.0 2019-05-16 11:12 UTC

This package is not auto-updated.

Last update: 2024-04-27 11:38:57 UTC


README

How to use

Sinchronization::redmineToCoda($pathToConfigFileYaml);

config.yaml must be like this:

Coda:
    ConnectKey: '12345key67890'
    InputDocId: 'doc12345id'
    OutputTDocId: 'doc12345id'
    InputName: 'Redmine'
    OutputName: 'Redmine'
    
Redmine:
    Link: 'http://link.ru'
    ConnectKey: '12345key67890'