PHP RestApi
REST is an acronym for REpresentational State Transfer and an architectural style for distributed hypermedia systems.
|
Public Member Functions | |
sendRequest (string $Method, string $EndPoint, array $Data=array()) | |
![]() | |
hasAuthorization () | |
getAuthorization () | |
getAuthType () | |
withAuthType (string $AuthType) | |
getCredentials () | |
withCredentials (string $Credentials) | |
Simple SimpleApi ClientRequest implementation.
Samy\SimpleApi\ClientRequest::sendRequest | ( | string | $Method, |
string | $EndPoint, | ||
array | $Data = array() |
||
) |
Send request action.
[in] | string | $Method | Http method |
[in] | string | $EndPoint | Request end point |
[in] | array | $Data | Request data |