Skip to content

Instantly share code, notes, and snippets.

@prodeveloper
Last active October 30, 2016 16:37
Show Gist options
  • Select an option

  • Save prodeveloper/b01136db1c3c9c0bae8321ee01ccf62c to your computer and use it in GitHub Desktop.

Select an option

Save prodeveloper/b01136db1c3c9c0bae8321ee01ccf62c to your computer and use it in GitHub Desktop.
Integration exercise for simple blog post

We have looked at how to create an API. In this challenge we shall be looking at how to consume one.

Based on the test data here

https://jsonplaceholder.typicode.com/posts

Create a system that displays this information in a table.

Notes:

  • Remember to first upgrade php to php7 before starting your project
  • Consider using Guzzle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment