Connecting to a JSON API – how to request and return dynamic content
When attempting to connect to a JSON API to pull down data and display on a PHP generated page, suprisingly I had a lot of trouble finding resources that explain the process. Many of the articles explained how to connect to a JSON resource, but didn’t go into detail how to implement authentication tokens. […]