技術課題 / Coding Challenge
English follows Japanese
以下の3つのWeb APIがあります(実際にアクセスできます)。
これらを利用して、あるユーザーIDをあたえたときのユーザー名および登録金融機関一覧と、登録金融機関の残高(balance)を出力するプログラムを作成してください。
実装はGolangで行ってください。
言語の特性に基づき、保守性を考慮した設計・実装を行なってください。
また、解答の公開は避けてください。secret gist
あるいはメールでの提出をお願いします。
プログラムの作成にかかった時間も回答をお願いいたします。
There are three APIs below. (These are actual API, so you can access
them.)
Please create a program with some of these APIs. It should take a
user ID as input and return the name, account list and balances of
that user. In addition, the program should be designed and
implemented with maintainability in mind.
You can use Golang to do this programming.
Please send your result and time taken your answer by
secret gist
or email and refrain from releasing it to public so that everyone
has equal opportunities.