Documentation ¶
Overview ¶
Package ingaugo provides a screenscraping interface to ING Australia Bank
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bank ¶
type Bank struct {
// contains filtered or unexported fields
}
func NewBank ¶
func NewBank() Bank
NewBank is used to initialize and return a Bank that works by launching a a local browser instance. It depends on 'google-chrome' executable being in $PATH
func NewBankWithWS ¶ added in v0.0.4
NewBankWithWS initalises and returns a Bank that will attempt to connect to a browser via websocket URL of the form ws://<hostname>:<port>
func (*Bank) GetTransactionsDays ¶ added in v0.0.5
func (bank *Bank) GetTransactionsDays(days int, accountNumber, authToken string) (csv []byte, err error)
GetTransactionsDays fetches transactions for the last x days. It takes an account number and auth token and returns CSV data
Click to show internal directories.
Click to hide internal directories.