GETting Started


In this episode you will learn how to handle GET requests.

We start off with an introduction to what a GET request is and what it entails. We cover off the project we are going to use - it's a pretty straightforward Symfony 2 project, no surprises here.

We also cover the API test suite that we will be using. We will then use the failing test suite as a basis for the rest of the lesson, essentially turning those red failing tests into lovely green passing tests.

The way this course is structured is that we learn the basics, the essentials to get our RESTful API working, and then we incrementally improve the design - all the while confident that we still have a working system, thanks to our tests - as we go through the lessons.

GET ready to REST :D

Code For This Course

Get the code for this course.

Episodes