1. Урок 1. 00:03:07
    The REST API Tutorial
  2. Урок 2. 00:02:11
    HTTP Basics
  3. Урок 3. 00:03:12
    REST: Resources and Representations
  4. Урок 4. 00:02:11
    Transitions and Client State
  5. Урок 5. 00:05:23
    Project Routing
  6. Урок 6. 00:04:53
    POST: Creation, Location Header and 201
  7. Урок 7. 00:04:37
    GET’ing Resources, and Content-Type
  8. Урок 8. 00:01:47
    Updating the Location Header
  9. Урок 9. 00:03:32
    GET /programmers: A collection of Programmers
  10. Урок 10. 00:02:37
    Fixing the Content-Type on POST
  11. Урок 11. 00:02:34
    Testing your API with PHPUnit
  12. Урок 12. 00:04:35
    Behat for Testing
  13. Урок 13. 00:03:57
    Handling Data in Tests
  14. Урок 14. 00:04:14
    PUT: Editing Resources
  15. Урок 15. 00:01:12
    Debugging Tests
  16. Урок 16. 00:02:13
    PUT: Killing Duplicated Code
  17. Урок 17. 00:02:47
    GET Representation != POST Representation
  18. Урок 18. 00:05:07
    PUT Versus POST
  19. Урок 19. 00:02:30
    Deleting Resources
  20. Урок 20. 00:04:54
    PATCH: The Other Edit
  21. Урок 21. 00:05:42
    Handling Errors
  22. Урок 22. 00:04:27
    The application/problem+json Content-Type
  23. Урок 23. 00:05:14
    Enforcing Consistency with ApiProblem
  24. Урок 24. 00:04:28
    Error in Invalid JSON
  25. Урок 25. 00:05:39
    ApiProblemException and Exception Handling
  26. Урок 26. 00:06:18
    Handling 404 Errors
  27. Урок 27. 00:04:57
    Exposing more Error Details
  28. Урок 28. 00:01:03
    What’s Next