Licence

MIT License

Exemple d'utilisation

import License from './CucumberAPSLib';

const token = License.init('YOUR_LICENSE_KEY')

//CLASSIC
const classic_verify = License.verify(token)

//CSAP
const link = License.getCsapLink(token)
const callback = License.getCsapCallback(token) // Remember to store the csap token in a file 
const csap_verify = License.getCsapEndpoint('YOUR_CSAP_TOKEN_CALLBACK')

Créateur