Phobetor / billomat

Billomat API Client
MIT License
4 stars 16 forks source link

Support for sending via letter (/api/invoices/{id}/mail)? #3

Open mgleis opened 6 years ago

mgleis commented 6 years ago

Hi,

great library, we're using it for our site and it just rocks!

One thing: I'm missing a function for the endpoint /api/invoices/{id}/mail to send out real paper letters.

Did you miss to implement it? Or am I just blind ;-)

Thanks, Marcel

Phobetor commented 6 years ago

Hi @marcelgleis

I can calm you: you are not blind :)

That endpoint is not implemented. I am not sure if it even existed when I created this client.

Adding that shouldn't be too hard as equivalents to all the parameters are used in other endpoints. If you have the time to create a pull request with that addition I will be happy to merge it. Otherwise it could take a while until I find the time to do that.

Best regards