This is an integration for ActiveAllocator. The type is Transaction Importer, specifically created for interfacing with SimmonsBank's online banking website.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
William Lewis 9fd9578dae
Added migration to account for entity changes
3 weeks ago
AAIntegration.SimmonsBank.API Added migration to account for entity changes 3 weeks ago
Postgres Finished getting integration to barebones with API key authentication 1 month ago
AAIntegration.SimmonsBank.sln Started... 2 months ago
ActiveAllocator_Integrations.drawio Added integration diagram 2 months ago
Build.sh Started... 2 months ago
Clean.sh Started... 2 months ago
Publish.sh Started... 2 months ago
README.md Finalized added puppeteer changes 3 weeks ago
Run.sh Started... 2 months ago
TestRun.sh Started... 2 months ago

README.md

Integration-TransactionImporter-SimmonsBank

This is an integration for ActiveAllocator.

The type is Transaction Importer, specifically created for interfacing with SimmonsBank's online banking website.

Guides

Pass parameters to HTTP GET action

Dependencies

Otp.NET library

JToken.SelectToken() quick reference

Dev Environment Setup

On Archlinux install the following to use dotnet: sudo pacman -Sy dotnet-sdk dotnet-runtime aspnet-runtime.

For Archlinux install docker with sudo pacman -Sy docker docker-compose.

Then run systemctl start docker.service and systemctl enable docker.service to start and enable on boot the docker engine.

When running pgAdmin (a container in the docker compose stack) if there are errors about permission denied, you will need to set the owner of the directory to user 5050. You can do this with:

sudo chown -R 5050:5050 ./Postgres/pg-admin_data

You may also need to allow full rwx (Read, Write, and Execute) rights on the directory.

sudo chmod -R 777 ./Postgres/pg-admin_data

Namespace

AAIntegration.SimmonsBank.API