0.2.0 • Published 11 months ago
@labdigital/paynl-rest v0.2.0
@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));