Completed
Code on demand (optional) (6/6)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build RESTful APIs Easily with Symfony
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who am I?
- 3 What is REST?
- 4 Layered System (4/6)
- 5 Uniform interface (5/6)
- 6 Code on demand (optional) (6/6)
- 7 HTTP Methods
- 8 Levels
- 9 Configuration
- 10 Usage
- 11 Exclusion strategy
- 12 Serializer Handler
- 13 Other features
- 14 Controller
- 15 Content type negotiation
- 16 Request Body Converter
- 17 Validation (with the Symfony Validator Component)
- 18 Error handling
- 19 HATEOAS
- 20 Result
- 21 Representation
- 22 Guzzle Bundle
- 23 Authentication
- 24 Authorisation
- 25 Some references