# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
GMO Aozora Net Bank Open Api GO SDK
About
GMO あおぞらネット銀行について
GMO あおぞらネット銀行 API 開発者ポータルについて
https://api.gmo-aozora.com/ganb/developer/
Version
1.0.0
Requirements
Golang 1.8+
Installation
-
get the repository from Github
$ go get github.com/abyssparanoia/gmo-aozora-api-go
-
get a package with the following command
$ go get github.com/antihax/optional
Getting started
Enviroment
Add the configuration below into your config file
vi conf.json
-
stg
conf.json
{ "AUTH_BASE_URL": "https://stg-api.gmo-aozora.com/ganb/api/auth/v1", "JWT_ISSUER": "https://stg-api.gmo-aozora.com/", "AUTH_PATH": "/authorization", "TOKEN_PATH": "/token", "SALT": "PleaseDefineYourself" }
BasePath: "https://stg-api.gmo-aozora.com/ganb/api/personal/v1",
BasePath: "https://stg-api.gmo-aozora.com/ganb/api/corporation/v1",
BasePath: "https://stg-api.gmo-aozora.com/ganb/api/webhooks/v1",
-
prod
conf.json
{ "AUTH_BASE_URL": "https://api.gmo-aozora.com/ganb/api/auth/v1", "JWT_ISSUER": "https://api.gmo-aozora.com/", "AUTH_PATH": "/authorization", "TOKEN_PATH": "/token", "SALT": "PleaseDefineYourself" }
BasePath: "https://api.gmo-aozora.com/ganb/api/personal/v1",
BasePath: "https://api.gmo-aozora.com/ganb/api/corporation/v1",
BasePath: "https://api.gmo-aozora.com/ganb/api/webhooks/v1",
Documentation
Autor
GMO Aozora Net Bank, Ltd. ([email protected])