Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peticiones GET a apify #54

Open
eossa opened this issue Apr 18, 2023 · 0 comments
Open

Peticiones GET a apify #54

eossa opened this issue Apr 18, 2023 · 0 comments

Comments

@eossa
Copy link

eossa commented Apr 18, 2023

Versión: 1.6.0

Actualmente las peticiones a apify solo son soportadas para peticiones POST. Además de eso no se puede enviar data cuando es tipo GET (sería ideal que la data que se envíe se agregue como parámetros query). Por ejemplo con la siguiente petición:

$response = $this->client->charge->request(
    'GET',
    '/transaction/detail',
    $this->client->api_key,
    ['filter' => ['referencePayco' => $refPayco]],
    $this->client->private_key,
    $this->client->test,
    false,
    $this->client->lang,
    null,
    null,
    true
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant