Magento 2
How does the backend request the official notification feed
Development
backend-notification-feed
,
curl
,
http-request
,
backend
dmitrii_fediuk
(Dmitrii Fediuk)
January 7, 2016, 5:39am
1
It uses
\Magento\Framework\HTTP\Adapter\Curl
:
How to request an external web API
dmitrii_fediuk
(Dmitrii Fediuk)
January 7, 2016, 6:17am
2
See also:
How to request an external web API