お題 / Coding Challenge
English follows Japanese
以下の3つのWeb APIがあります(実際にアクセスできます)。
これらを利用して、あるユーザーIDをあたえたときのユーザー名および登録金融機関一覧と、登録金融機関の残高(balance)を出力するプログラムを作成してください。
なお、プログラムはオブジェクト指向プログラミングに基づく設計・実装をしてください。
また、解答の公開は避けてください。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.
Please note that it is required to use object-oriented programming.
Please send your result by secret gist or email and refrain from releasing it to public so that everyone has equal opportunities.