Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 406 Bytes

CODING-CHALLENGE-1.md

File metadata and controls

15 lines (10 loc) · 406 Bytes

RESTful Webservices in Symfony

Coding Challenge 1 - Getting started

Task

  • create a controller to list all attendees
  • create a controller to view a single attendee
  • please check out Workshop/ListController and Workshop/ReadController as an example

Solution

  • use Symfony's Route attribute to configure the route of your controllers
  • use HTTP GET
  • return a JSON representation