ExYapay v1.0.0 ExYapay.Client.Request View Source

This module executes HTTP Requests to the Yapay Intermediador API.

Link to this section Summary

Functions

Callback implementation for c:ExYapay.Client.get/2.

Link to this section Functions

Link to this function

get(path, headers \\ [{"Content-Type", "application/json"}])

View Source

Callback implementation for c:ExYapay.Client.get/2.

Link to this function

post(path, body, headers \\ [{"Content-Type", "application/x-www-form-urlencoded"}])

View Source

Callback implementation for c:ExYapay.Client.post/3.