Initial checkin of somewhat-working stuff
parents
Showing
.gitignore
0 → 100644
Makefile
0 → 100644
bunq_credentials.go
0 → 100644
client.go
0 → 100644
consts.go
0 → 100644
go.mod
0 → 100644
module gitlab.com/dr.sybren/bunqapi | ||
require ( | ||
github.com/sirupsen/logrus v1.4.1 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) |
go.sum
0 → 100644
installation.go
0 → 100644
logging.go
0 → 100644
query_account.go
0 → 100644
security.go
0 → 100644
signing.go
0 → 100644
Please register or sign in to comment