0.2.0 • Published 11 months ago

@labdigital/paynl-rest v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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));
0.2.0

11 months ago

0.1.1

11 months ago