Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORT=3000
DATAFILE='data/accounts.json'
DB_FILE='investec.db'
AUTH=false
CLIENT_ID=
CLIENT_SECRET=
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
**/node_modules
**/dist
.env
**.db-shm
**.db-wal
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,13 @@ Cards
- /za/v1/cards/currencies
- /za/v1/cards/merchants

Programmable documentation can be found here: https://developer.investec.com/programmable-banking/
Mock API only endpoints
- POST /za/pb/v1/accounts/:accountId/transactions - Creates and inserts a transaction into the history
- DELETE /za/pb/v1/accounts/:accountId/transactions/2023-01-22 - Deletes transactions from account for a particular postingDate
- POST /za/pb/v1/accounts - Create a new account
- DELETE /za/pb/v1/accounts/:accountId - Deletes the account and its transactions

Programmable documentation can be found here: https://developer.investec.com/programmable-banking/


https://sqlitebrowser.org/
Loading