pinxs v3.0.0 PINXS.HTTP.API View Source

The API module provides low level functions for communicating with the Pin Payments server.

It is not expected that you would commonly use these functions, but they are available where extreme customisation is desired

Link to this section Summary

Link to this section Functions

Link to this function

delete(url, module, client)

View Source
Link to this function

get(url, module, client)

View Source
Link to this function

post(url, params, client)

View Source
Link to this function

post(url, params, module, client)

View Source
Link to this function

put(url, params, client)

View Source
Link to this function

put(url, params, module, client)

View Source
Link to this function

search(url, params, module, client)

View Source