Play by Play: Understanding API Functionality Through Swagger
Pluralsight
Course Summary
Learn how to create better APIs through self-documenting help pages, test harnesses, and more using Swagger with ASP.NET Core. The materials for this course are available at: https://github.com/spboyer/superhero-api.
-
+
Course Description
Play by play is a series in which top technologists work on a solution in real time, unscripted and unrehearsed. In this course, John Papa and Shayne Boyer dive into the best practices writing great APIs, and how Swagger helps you add functionality to improve your APIs. You'll learn how to setup Swagger and customize it to enable an API to be self-documenting. By the end of this course, you'll be ready to effectively use Swagger to extend the functionality of your APIs. The materials for this course are available at: https://github.com/spboyer/superhero-api.
-
+
Course Syllabus
Course Overview- 0m 55s
—Course Overview 0m 55sCreating a Web API in .NET Core- 29m 55s
—Introduction 4m 25s
—Getting Started with Swagger and Yeoman 7m 51s
—Building the Project with Visual Studio for Mac 9m 41s
—Declaring Routes and Adding a Post 7m 57sAdding Swagger via Nuget Packages- 12m 28sXML Comments and DataAnnotations- 17m 48s