Namespace Klarna\Rest\Transport
Namespaces summary
Klarna\Rest\Transport\Exception |
Classes summary
ApiResponse | General HTTP response instance. |
Connector | DEPRECATED: Transport connector used to authenticate and make HTTP requests against the Klarna APIs. Transport uses Guzzle HTTP client to perform HTTP(s) calls. |
CURLConnector | Transport connector used to authenticate and make HTTP requests against the Klarna APIs. Transport uses CURL to perform HTTP(s) calls. |
GuzzleConnector | Transport connector used to authenticate and make HTTP requests against the Klarna APIs. Transport uses Guzzle HTTP client to perform HTTP(s) calls. |
Method | |
ResponseValidator | HTTP response validator helper class. |
UserAgent | HTTP user agent. |
Interfaces summary
ConnectorInterface | HTTP transport connector interface used to authenticate and make HTTP requests against the Klarna APIs. |
UserAgentInterface | The user agent is used to help identify the client and provide additional information when assistance is needed with troubleshooting. |