Last Updated on June 20, 2023
What you’ll learn
-
What is a Web API?
-
Build a Web API Project
-
Use PostMan and Swagger to Test API Calls
-
Configure your Web API using Config Classes
-
Determine the Return Type to Use
-
Format Data as JSON or XML
-
Setup Web API Routes
-
Add Logging to your Web API Calls
-
Add Exception Handling to your Web API Calls
-
Develop a Complete Set of CRUD APIs
-
Call your Web APIs from JavaScript/jQuery
-
Add CORS to Allow Cross-Domain Calls
-
The Basics of Securing Web APIs
-
Calling Web APIs Asynchronously
