Commit Graph

10 Commits

Author SHA1 Message Date
Andrew Camilleri
18f99d0958
Bump packages and run formatter (#62) 2021-05-11 15:03:09 +00:00
Jonathan Underwood
60ef5b938a
100% Coverage (#56) 2021-02-08 01:40:17 +00:00
Jonathan Underwood
b99ba5409b
Docker for testing (#42) 2021-02-02 16:20:50 +00:00
junderw
85cf06876d
Allow for ignoring sandbox 2019-05-21 10:19:19 +09:00
junderw
f7b7e9795b
remove sleep 2019-05-21 09:57:26 +09:00
junderw
8accbffb4f
Make sure it doesn't automatically delete our key :-P 2019-05-21 09:57:26 +09:00
junderw
6c370218c2
Add browser scraping to get pairing code 2019-05-21 09:57:25 +09:00
junderw
c506084a41
Add tests (Need pairingcode fix) 2019-05-21 09:57:25 +09:00
Jonathan Underwood
69dc50dfdc Fix TS (#15)
* Fix TS stuff

* single quote + trailing commas for tests folder

* Specific for includes... allow for ts testing later

* Export Invoice and Rate interfaces to library user

* Use prepare

* test checks format and lint
2019-05-17 02:59:33 +00:00
Christoph Ott
b102037cf8 Typescript (#13)
* Keymanagment: new Buffer() is deprecated, use new Buffer.from() instead

Also, you only generate your initial keypair once, so every time you use the key in your app, it is not derived, from the previously keypair var, but e.g. from environment variables

* Docs: Make easier to understand, use ES6 Javascript

* added invoices api

* added semicolon and replaced lets to const

* updated only slightly for still using javascript but linted with eslint

* reworked code to typescript with async await support

* going on with ts refactoring

* going on with ts refactoring

* going on with ts refactoring

* adde sample code

* fix for typescript

* using request-promise again

* Fix: removed not needed interface
2019-05-16 00:13:24 +00:00