@labdigital/paynl-rest
v0.2.0
Published
The restful API for interacting with the Pay. Transaction Gateway Unit.
Downloads
681
Keywords
Readme
@labdigital/paynl-rest
This SDK was autogenerated by the api
SDK generator, powered by ReadMe 🦉
Example Usage 🚀
import paynlRest from '@labdigital/paynl-rest';
paynlRest.auth('username', 'password');
paynlRest.getAuthenticationtokens()
.then(({ data }) => console.log(data))
.catch(err => console.error(err));