Hi,
About this new gift service (API URL:
http://api.shephertz.com/app42-docs/gift-management-service/#get-gift-request),
I have some questions:
1/ For "Get Gift Request" method, it requires giftName params so how can I fetch ALL pending gifts? I thought about solution that I would call the request with every giftName returned by "Get All Gift" function but that's absolutely a bad way to do so.
2/ After call "Accept Gift" method, now how can I fetch all gift that I received after accepting those gift?
--------------
My suggestion is that we should have two more methods:
1/ Get All Pending Gift Request: return all peding gift of user, require param: userName.
2/ Get All Gift Accepted: return all gift of user, require param: userName.