Giter Club home page Giter Club logo

finapps-bm's Introduction

finapps-bm

Finapps Bluemobile team

API description:

Step 1. Hit

  • For Sender:

    /send?lat=1&lon=1.5&name=sdafs&lastname=sdfsf&accn=345345&amount=123.4
    
    {"success":true,"data":{"name":"sdafs","lastName":"sdfsf","loc":{"latitude":1.0,"longitude":1.5},"ts":1351035531840,"acccount":null},"operationId":1351035531492}
    
  • For Receiver:

    /receive?lat=1&lon=1.5&name=sdafs&lastname=sdfsf&accn=34234234
    
    {"success":true,"data":{"name":"sdafs","lastName":"sdfsf","loc":{"latitude":1.0,"longitude":1.5},"ts":1351035531492,"amount":123.4,"acccount":"345345"},"operationId":1351035531492}
    

On error:

{"success":false,"data":null,"operationId":0}

Step 2. Confirm operation:

  • For Receiver:

    /accept/receive?idop=1351035531492 (idop is the operationId returned in the previous step)
    
    {"success":true,"data":{"name":"sdafs","lastName":"sdfsf","loc":{"latitude":1.0,"longitude":1.5},"ts":1351035531492,"amount":123.4,"acccount":"345345"},"operationId":1351035531492}
    
  • For Sender:

    /accept/send?idop=1351035531492
    
    {"success":true,"data":{"name":"sdafs","lastName":"sdfsf","loc":{"latitude":1.0,"longitude":1.5},"ts":1351035531740,"acccount":"34234234"},"operationId":1351035531492}
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.