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