Mobule.API - ask your manager

Requests

  1. All requests to the Mobule.API should be made with Http.POST
  2. Generate Mobule.API + '/' + serviceName + '.' + methodName
  3. Method params must be sent as application/x-www-form-urlencoded
  4. Requests must be signed

Responses

  1. All responses from Mobule are in JSON.

    {
          "status" : 200,
          "method" : "service.method",
          "response" : ...response entity as json...
    }
    

Every method should have at least this fields**:**

Generating Sign

Complete example of signature generation