https://img87.pixhost.to/images/599/359020115_tuto.jpg


Designing APIs with Swagger and OpenAPI, Video Edition
Language: English | Size:1.67 GB
Genre:eLearning

Files Included :

001  Part 1 Describing APIs.mp4 (3.13 MB)
MP4
002  Chapter 1  Introducing APIs and OpenAPI.mp4 (21.96 MB)
MP4
003  Chapter 1  Where do OpenAPI definitions fit in.mp4 (17.59 MB)
MP4
004  Chapter 1  When to use OpenAPI.mp4 (16.64 MB)
MP4
005  Chapter 2  Getting set up to make API requests.mp4 (20.09 MB)
MP4
006  Chapter 2  Adding a review to the FarmStall API.mp4 (19.7 MB)
MP4
007  Chapter 3  Our first taste of OpenAPI definitions.mp4 (28.98 MB)
MP4
008  Chapter 4  Using Swagger Editor to write OpenAPI definitions.mp4 (16.6 MB)
MP4
009  Chapter 4  Writing in Swagger Editor.mp4 (18.99 MB)
MP4
010  Chapter 5  Describing API responses.mp4 (23.41 MB)
MP4
011  Chapter 5  Status codes.mp4 (15.8 MB)
MP4
012  Chapter 5  Describing message, uuid, and userId.mp4 (15.97 MB)
MP4
013  Chapter 6  Creating resources.mp4 (27 MB)
MP4
014  Chapter 6  Adding examples to make try-it-out look pretty.mp4 (23.58 MB)
MP4
015  Chapter 7  Adding authentication and authorization.mp4 (22.61 MB)
MP4
016  Chapter 7  Adding the Authorization header.mp4 (30.28 MB)
MP4
017  Chapter 8  Preparing and hosting API documentation.mp4 (20.75 MB)
MP4
018  Chapter 8  Markdown basics.mp4 (17.17 MB)
MP4
019  Chapter 8  Hosting our API documentation using Netlify com and Swagger UI.mp4 (22.94 MB)
MP4
020  Part 2 Design-first.mp4 (3.32 MB)
MP4
021  Chapter 9  Designing a web application.mp4 (23.11 MB)
MP4
022  Chapter 9  Domain modeling and APIs.mp4 (24.32 MB)
MP4
023  Chapter 9  The Job and Dog models.mp4 (14.13 MB)
MP4
024  Chapter 9  Mapping user stories.mp4 (23.54 MB)
MP4
025  Chapter 10  Creating an API design using OpenAPI.mp4 (17.25 MB)
MP4
026  Chapter 10  Creating the schemas.mp4 (18.29 MB)
MP4
027  Chapter 10  The CRUD approach to API operations.mp4 (22.54 MB)
MP4
028  Chapter 10  API operations for PetSitter.mp4 (20.39 MB)
MP4
029  Chapter 10  JobApplication operations.mp4 (19.61 MB)
MP4
030  Chapter 11  Building a change workflow around API design-first.mp4 (30.79 MB)
MP4
031  Chapter 11  GitHub as our workflow engine.mp4 (20.41 MB)
MP4
032  Chapter 11  Steps in our GitHub workflow.mp4 (21.49 MB)
MP4
033  Chapter 12  Implementing frontend code and reacting to changes.mp4 (20.48 MB)
MP4
034  Chapter 12  Adding multiple examples into your OpenAPI definition.mp4 (18.52 MB)
MP4
035  Chapter 12  Choosing which mock data response to get from Prism.mp4 (17.48 MB)
MP4
036  Chapter 13  Building a backend with Node js and Swagger Codegen.mp4 (25.8 MB)
MP4
037  Chapter 13  Investigating the structure.mp4 (26.05 MB)
MP4
038  Chapter 13  Tagging API operations.mp4 (24.9 MB)
MP4
039  Chapter 13  Testing input validation.mp4 (21.74 MB)
MP4
040  Chapter 13  Configuring Mongoose in the project.mp4 (29.62 MB)
MP4
041  Chapter 14  Integrating and releasing the web application.mp4 (30.44 MB)
MP4
042  Chapter 14  Implementing authorization.mp4 (25.21 MB)
MP4
043  Chapter 14  Managing repositories.mp4 (27.43 MB)
MP4
044  Chapter 14  Server setup.mp4 (18.82 MB)
MP4
045  Part 3 Extending APIs.mp4 (2.42 MB)
MP4
046  Chapter 15  Designing the next API iteration.mp4 (27.13 MB)
MP4
047  Chapter 15  Preparing for new features.mp4 (22.05 MB)
MP4
048  Chapter 15  Reviewing user stories.mp4 (23.29 MB)
MP4
049  Chapter 15  Improving the developer experience.mp4 (21.1 MB)
MP4
050  Chapter 15  Input validation.mp4 (20.55 MB)
MP4
051  Chapter 16  Designing schemas with composition in OpenAPI.mp4 (16.21 MB)
MP4
052  Chapter 16  Polymorphism and inheritance in domain models.mp4 (21.71 MB)
MP4
053  Chapter 16  Polymorphism and inheritance in OpenAPI.mp4 (23.54 MB)
MP4
054  Chapter 16  Adding discriminators in OpenAPI.mp4 (23.2 MB)
MP4
055  Chapter 17  Scaling collection endpoints with filters and pagination.mp4 (23.42 MB)
MP4
056  Chapter 17  Designing filters.mp4 (25.4 MB)
MP4
057  Chapter 17  Handling nested schemas.mp4 (18.18 MB)
MP4
058  Chapter 17  Finding filter fields.mp4 (16.38 MB)
MP4
059  Chapter 17  Adding filters to OpenAPI.mp4 (20.12 MB)
MP4
060  Chapter 17  Offset-based and page-based pagination.mp4 (28.28 MB)
MP4
061  Chapter 17  Pagination for PetSitter.mp4 (25.04 MB)
MP4
062  Chapter 17  Multifield sorting.mp4 (26.55 MB)
MP4
063  Chapter 18  Supporting the unhappy path Error handling with problem+json.mp4 (21.5 MB)
MP4
064  Chapter 18  Finding unhappy paths.mp4 (12.14 MB)
MP4
065  Chapter 18  Requirements for error responses.mp4 (30.43 MB)
MP4
066  Chapter 18  The problem+json format.mp4 (32.2 MB)
MP4
067  Chapter 18  Error-handling guidance.mp4 (29.88 MB)
MP4
068  Chapter 19  Improving input validation with advanced JSON Schema.mp4 (28.45 MB)
MP4
069  Chapter 19  Enforcing number constraints.mp4 (24.09 MB)
MP4
070  Chapter 19  Updating PetSitter schemas.mp4 (28.14 MB)
MP4
071  Chapter 20  Versioning an API and handling breaking changes.mp4 (19.7 MB)
MP4
072  Chapter 20  Multiple API versions.mp4 (14.82 MB)
MP4
073  Chapter 20  Using media types to version operations.mp4 (25.79 MB)
MP4
074  Chapter 21  The API prerelease checklist.mp4 (19.36 MB)
MP4
075  Chapter 21  End-to-end testing.mp4 (18.82 MB)
MP4
076  Chapter 21  Getting your API consistent.mp4 (21.8 MB)
MP4
077  Chapter 21  Getting a change strategy.mp4 (25.37 MB)
MP4
078  Appendix A  Swagger 2 0, OpenAPI 3 0, and OpenAPI 3 1.mp4 (23.33 MB)
MP4
079  Appendix A  Components and structure.mp4 (17.66 MB)
MP4

https://thumbs2.imgbox.com/08/7d/12jtvead_t.jpg

https://img87.pixhost.to/images/1010/363506399_rg.png
Designing APIs with Swagger and OpenAPI, Video Edition.z01

Код:
https://rapidgator.net/file/167f7eea618bd7ed0a22eb3403982d36/Designing_APIs_with_Swagger_and_OpenAPI_Video_Edition.z01

Designing APIs with Swagger and OpenAPI, Video Edition.zip

Код:
https://rapidgator.net/file/4992310d2a65cc0ccef643b3be72619e/Designing_APIs_with_Swagger_and_OpenAPI_Video_Edition.zip

https://img90.pixhost.to/images/347/393110887_alfafile-logo.png
Designing APIs with Swagger and OpenAPI, Video Edition.z01

Код:
https://alfafile.net/file/AuusS/Designing_APIs_with_Swagger_and_OpenAPI_Video_Edition.z01

Designing APIs with Swagger and OpenAPI, Video Edition.zip

Код:
https://alfafile.net/file/Auusg/Designing_APIs_with_Swagger_and_OpenAPI_Video_Edition.zip