muellners / gateway

Collaboration Integration Automation Gateway
Apache License 2.0
0 stars 3 forks source link

Partner Context API #5

Open maektwain opened 7 years ago

maektwain commented 7 years ago

Partner Will be provided a context so that we can differentiate between consumers, partner and sellers ,

  1. API such as /api/partner/endpoints
  2. Adding LoanProducts
  3. Reading Consumers Applied for the partners

@anuragmath you can start the work on developing the partner context for the version 2

anuragmath commented 7 years ago

developing api for partner into gateway would be an unnecessary task as they would have the access of backend system, so they can manage all the endpoints from there as in the gateway we have already created APIs for accessing loanproduct and collateral and other loan related information.

maektwain commented 7 years ago

We need to understand why are we doing this

  1. We are already using gateway as the central point of contact with outside world
  2. We will provide client to client interface and use mifos as a service nothing else and other UI will be deployed only beside gateway
  3. We need everything at a single place
  4. These api will do nothing but just send data to mifos client that's all