You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by sh...@apache.org on 2018/11/05 10:57:26 UTC

[fineract] 01/01: Merge pull request #480 from ShruthiRajaram/FINERACT-628-Guarantors-Support

This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 99aa2b5bb28f8bf2f38dcbc3cacc8ed03e28a8d7
Merge: f811fa3 ab10ecc
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Mon Nov 5 16:27:20 2018 +0530

    Merge pull request #480 from ShruthiRajaram/FINERACT-628-Guarantors-Support
    
    FINERACT-628 guarantor api for self service user

 api-docs/apiLive.htm                               | 248 +++++++++++++++++++++
 .../portfolio/client/api/ClientApiConstants.java   |   1 +
 .../portfolio/client/api/ClientsApiResource.java   |  26 ++-
 .../loanaccount/guarantor/data/ObligeeData.java    |  56 +++++
 .../service/GuarantorReadPlatformService.java      |   5 +-
 .../service/GuarantorReadPlatformServiceImpl.java  |  56 ++++-
 .../self/client/api/SelfClientsApiResource.java    |  11 +
 .../self/loanaccount/api/SelfLoansApiResource.java |  15 +-
 8 files changed, 412 insertions(+), 6 deletions(-)