You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by nazeer1100126 <gi...@git.apache.org> on 2017/10/25 09:10:17 UTC

[GitHub] fineract pull request #418: NOTIFICATION

GitHub user nazeer1100126 opened a pull request:

    https://github.com/apache/fineract/pull/418

    NOTIFICATION

    1)to register client
    method - post
    url- /device/registration
    body
    {
    "clientId" : 3
    "registrationId" : "czxczxczxcv:czxcmzxcnbzx"
    }
    
    to get registration by client
    
    method - get
    url- /device/registration/client/{clientId}

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nazeer1100126/incubator-fineract notification_sms

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/fineract/pull/418.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #418
    
----
commit 9c6a7a967bf10b6fb2c8038367f925a1cb3fc0b5
Author: nazeer shaik <na...@confluxtechnologies.com>
Date:   2017-10-25T09:07:28Z

    NOTIFICATION

----


---

[GitHub] fineract pull request #418: NOTIFICATION

Posted by nazeer1100126 <gi...@git.apache.org>.
Github user nazeer1100126 closed the pull request at:

    https://github.com/apache/fineract/pull/418


---