-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for calling the invoicing API #52
base: master
Are you sure you want to change the base?
Conversation
Merge upstream changes
Pull upstream
Thanks for the pull request. Do you mind writing a test case scenario for the change, so we avoid problems in future releases? |
@Sthing What about introducing a new class for the Invoicing API so the resulting end code will be more clear?
And that class utilize the client with the url? |
@Sthing What is your take on my suggestion for introducing another class for starting up the Invoice API? |
@lsolesen Ehm - I think it is ok, but I don't have the time to do it right now. |
Not sure this is still relevant. i made this solution, so i dont have to deal with multiple classes, since the only difference is the api endpoint. The rest is the same and therefore no need for another class. |
No description provided.