Categorygithub.com/abyssparanoia/gmo-aozora-api-go
repositorypackage
0.2.0
Repository: https://github.com/abyssparanoia/gmo-aozora-api-go.git
Documentation: pkg.go.dev

# 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 あおぞらネット銀行について

https://gmo-aozora.com/

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"
    }
    

    configuration.go - Personal

    	BasePath:      "https://stg-api.gmo-aozora.com/ganb/api/personal/v1",
    

    configuration.go - Corporate

    	BasePath:      "https://stg-api.gmo-aozora.com/ganb/api/corporation/v1",
    

    configuration.go - Webhook

    	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"
    }
    

    configuration.go - Personal

    	BasePath:      "https://api.gmo-aozora.com/ganb/api/personal/v1",
    

    configuration.go - Corporate

    	BasePath:      "https://api.gmo-aozora.com/ganb/api/corporation/v1",
    

    configuration.go - Webhook

    	BasePath:      "https://api.gmo-aozora.com/ganb/api/webhooks/v1",
    

Documentation

Autor

GMO Aozora Net Bank, Ltd. ([email protected])

Licence

MIT