Method Web.Api.Api()->post()
- Method post
mixed post(string api_method, void|ParamsArg params, void|string data, void|Callback cb)
- Description
Invokes a call with a POST method
- Parameter api_method
The remote API method to call
- Parameter params
- Parameter data
Eventual inline data to send
- Parameter cb
Callback function to get into in async mode