Closed andrenarchy closed 3 years ago
Thanks for using it and contributing!
I have no idea what happened to that typing. Should always have been {}
at the very least. I pushed some eslint and prettier confs into master just now and also remerged master into #4.
I'd like to add tests to the newly added resource if at all possible before merging. Won't have the time to do that until the new year, so if you want either of you @andrenarchy @fxmanu can do that, otherwise I'll add it when I get to it.
First of all thank you for the library!
In my application (nodejs 13) the GET requests (e.g.,
clients.list(...)
) seem to work fine but when I runclients.create(...)
it just returnsundefined
without creating the client in Billomat. After debugging a little it seems like it's sending aGET
request in the end instead ofPOST
.Also, the following code in
create(...)
andedit(...)
seems wrong:Shouldn't this be
?