pinxs v2.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, config) View Source
Link to this function get(url, module, config) View Source
Link to this function post(url, params, config) View Source
Link to this function post(url, params, module, config) View Source
Link to this function put(url, params, config) View Source
Link to this function put(url, params, module, config) View Source
Link to this function search(url, params, module, config) View Source