Add PuppeteerService #3

Open
opened 2024-03-15 22:46:04 -05:00 by Blizliam · 0 comments
Owner

Add a service that provides a programmatic interface for interacting with the bank website.

The interface for this service

  • Account[] GetAllAccounts()
  • Account GetAccount(string id)
  • UserInfo GetUserInfo()
  • Transaction[] GetAllTransactions()
  • Transaction GetTransaction(string id)
Add a service that provides a programmatic interface for interacting with the bank website. The interface for this service - [ ] Account[] GetAllAccounts() - [ ] Account GetAccount(string id) - [ ] UserInfo GetUserInfo() - [ ] Transaction[] GetAllTransactions() - [ ] Transaction GetTransaction(string id)
Blizliam added the
enhancement
label 2024-03-15 22:46:04 -05:00
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ActiveAllocator/Integration-TransactionImporter-SimmonsBank#3
No description provided.