More Secure API Requests with WP Helper Functions

The presentation is available here. Making API requests with JavaScript is something web developers do every day. API services often require you to keep API keys out of the browser or route your requests through a server to secure the request. These requirements are...