\Dalenys_Api_Sender_Sendable

Interface for sending dalenys requests

Summary

Methods
Constants
send()
shouldRetry()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

send()

send(string  $url, array  $params) : string

Send a request

Parameters

string $url

Url to sent the request

array $params

POST params

Returns

string —

The request result

shouldRetry()

shouldRetry() : boolean

Tells if the request should be retried on a different URL if a previous send failed

Returns

boolean