Skip to content
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

Expanding client api services #9

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

MoMo2Win
Copy link

@MoMo2Win MoMo2Win commented Nov 21, 2024

Related to #6

Here I've expanded the Client API services as the current repositories contains gap in the functionality department it includes clients, invoices and receipts. With those I also implemented some simple testing to check the functionality of the functions that was created. The reason of these changes is to make it more developer-friendly and enabling it to be more scalable in the future.

The functions I have created are:

  • Clients: get client by ID, update details, delete by ID
  • Invoices: get invoice by ID, delete by ID, search method capabilities, update details
  • Receipts: create, list, delete by ID, search for the receipts

…at they are able to choose which ones rather than using all the arguments
…ludes, create, list, delete and update clients
…ess redundant with handling the parameters of the clients data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant