Cli to get OAuth access token for FINT API's
$ fint-token --help
NAME:
fint-token - Cli to get OAuth access token for FINT API's
USAGE:
fint-token [global options] command [command options] [arguments...]
VERSION:
1.1.0
AUTHOR:
FINTprosjektet <post@fintprosjektet.no>
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--username value, -u value username
--password value, -p value password
--client_id value, -i value OAuth2 client id
--client_secret value, -s value OAuth2 client secret
--help, -h show help
--version, -v print the version
Precompiled binaries can be downloaded here
To install, use go get:
$ go get github.com/FINTprosjektet/fint-token
$ go install github.com/FINTprosjektet/fint-token