commit | a6ac242b0f5f4fbb697f84a58672e53c516cfd5b | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Tue Jan 13 01:09:39 2015 +0000 |
committer | Ken'ichi Ohmichi <ken1ohmichi@gmail.com> | Thu Jan 15 02:25:48 2015 +0000 |
tree | 248acf7bc2ea8a32d3c25aa343d9f02d59163d06 | |
parent | 5b3359e7a0459914b5c61d0034bb56e8e162c460 [diff] |
Move ResponseBody/List classes to service_client ResponseBody/List classes are used as the return values of each service client, so they are interfaces of service clients. In addition, service_client depends on rest_client but now each service client imports both rest_client and service_client. This patch moves ResponseBody/List classes to service_client for clean dependency and interfaces. Change-Id: I080cedd0f0282d0abb5aa7a45edae8e178f36910