Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Pragmatic REST APIs, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:52
    Agenda, Your Instructor, Course Structure
  • Урок 2. 00:03:06
    How To Use This Course
  • Урок 3. 00:01:27
    Introduction
  • Урок 4. 00:19:40
    Introducing REST
  • Урок 5. 00:08:09
    Richardson Maturity Model
  • Урок 6. 00:03:44
    API-First
  • Урок 7. 00:03:38
    What We Will Build
  • Урок 8. 00:28:40
    Project Setup
  • Урок 9. 00:02:03
    Introduction
  • Урок 10. 00:07:27
    HTTP Methods
  • Урок 11. 00:09:38
    HTTP Status Codes
  • Урок 12. 00:13:42
    Designing REST APIs - Best Practices
  • Урок 13. 00:23:21
    Introducing the Database, EF Core
  • Урок 14. 00:15:37
    Getting Resources - GET
  • Урок 15. 00:15:44
    Creating Resources - POST
  • Урок 16. 00:12:03
    Updating Resources - PUT
  • Урок 17. 00:14:03
    Partially Updating Resources - PATCH
  • Урок 18. 00:07:44
    Deleting Resources - DELETE
  • Урок 19. 00:11:10
    Adding Another Resource
  • Урок 20. 00:24:58
    Working With Child Resources
  • Урок 21. 00:21:38
    REST API Validation, Problem Details
  • Урок 22. 00:12:20
    Exception Handling
  • Урок 23. 00:11:29
    Supporting Searching and Filtering
  • Урок 24. 00:24:19
    Supporting Sorting
  • Урок 25. 00:15:51
    Implementing Pagination
  • Урок 26. 00:22:03
    Supporting Data Shaping
  • Урок 27. 00:01:52
    Introduction
  • Урок 28. 00:10:41
    Hypermedia As The Engine Of Application State
  • Урок 29. 00:05:56
    Quick Code Refactoring
  • Урок 30. 00:31:16
    Implementing HATEOAS
  • Урок 31. 00:12:10
    Content Negotiation
  • Урок 32. 00:06:47
    API Versioning
  • Урок 33. 00:14:42
    Implementing API Versioning
  • Урок 34. 00:09:04
    API Change Management
  • Урок 35. 00:00:30
    A Quick Question
  • Урок 36. 00:01:54
    Introduction
  • Урок 37. 00:08:45
    Authentication in REST APIs
  • Урок 38. 00:05:32
    Adding the Users Resource
  • Урок 39. 00:09:12
    Introducing ASP.NET Core Identity
  • Урок 40. 00:14:49
    Implementing User Registration
  • Урок 41. 00:17:49
    Token Based Authentication, JWT
  • Урок 42. 00:10:33
    Supporting Refresh Tokens
  • Урок 43. 00:15:00
    Protecting Resources: Owner Authorization
  • Урок 44. 00:09:31
    Role-Based Authorization
  • Урок 45. 00:05:33
    Advanced Authorization - RBAC, ABAC
  • Урок 46. 00:16:52
    Integrating With External APIs
  • Урок 47. 00:11:16
    Protecting Sensitive Data With Encryption
  • Урок 48. 00:02:12
    Introduction
  • Урок 49. 00:16:12
    Introducing the React Client Application
  • Урок 50. 00:07:09
    Adding the Entries Resource, GitHub Integration
  • Урок 51. 00:04:42
    Batch Resource Creation
  • Урок 52. 00:10:18
    HATEOAS: Driving Client Behavior
  • Урок 53. 00:09:05
    OpenAPI and HTTP Client Generation
  • Урок 54. 00:02:00
    Introduction
  • Урок 55. 00:16:21
    HTTP Caching
  • Урок 56. 00:08:40
    Optimistic Locking, Concurrency Control
  • Урок 57. 00:16:42
    Cursor Pagination
  • Урок 58. 00:10:11
    Refit - Automatic HTTP Client Generation
  • Урок 59. 00:09:15
    HTTP Resilience, Polly
  • Урок 60. 00:09:06
    Rate Limiting and REST APIs
  • Урок 61. 00:08:37
    Idempotence and REST APIs
  • Урок 62. 00:04:48
    Webhooks
  • Урок 63. 00:10:14
    Building Asynchronous REST APIs
  • Урок 64. 00:00:31
    A Small Favor?
  • Урок 65. 00:01:19
    Introduction
  • Урок 66. 00:14:38
    Unit Testing and REST APIs
  • Урок 67. 00:03:43
    Unit Testing: The Complete Picture
  • Урок 68. 00:18:47
    Integration Testing REST APIs
  • Урок 69. 00:11:30
    Testing External Services Using WireMock
  • Урок 70. 00:05:07
    Integration Testing: The Complete Picture
  • Урок 71. 00:05:55
    Functional Testing - Creating End-to-End Tests
  • Урок 72. 00:06:15
    Automated Testing in CI/CD Pipelines
  • Урок 73. 00:01:51
    Introduction
  • Урок 74. 00:03:48
    OpenAPI Support in .NET
  • Урок 75. 00:05:51
    Introducing Swagger for Documenting APIs
  • Урок 76. 00:08:38
    Adding Rich REST API Documentation
  • Урок 77. 00:05:42
    Documenting Multiple API Versions
  • Урок 78. 00:04:29
    Documenting Authentication
  • Урок 79. 00:04:17
    Exploring OpenAPI UI Alternatives - Scalar
  • Урок 80. 00:02:09
    Introduction
  • Урок 81. 00:06:41
    Deploying the Client Application to Azure
  • Урок 82. 00:09:41
    Deploying the Database and Applying Migrations
  • Урок 83. 00:12:57
    Deploying the REST API to Azure
  • Урок 84. 00:08:38
    Adding Monitoring With Application Insights
  • Урок 85. 00:15:38
    Automating Deployments With GitHub Actions
  • Урок 86. 00:00:34
    A Note From Me + Small Ask
  • Урок 87. 00:19:41
    Case Study: Patreon API