-
Course
- Core Tech
Designing RESTful Web APIs
Designing an API before you start to implement it is key to a quality REST API. In this course, you'll learn how to design a RESTful API.
What you'll learn
Are you embarking on creating an API for your website or mobile app? If so, just striking forward with your API could be a mistake. In this course, Designing RESTful Web APIs, you will see how to design an API so you can see how REST really works and everything you need to take into account before you deploy your first API. First, you will explore the fundamentals of HTTP and REST. Then, you will design and entire API including its URIs, verb usage, message bodies, associations, paging, error handling, and caching. Finally, you'll know learn why versioning is so important to a successful API project and know different security considerations for locking down your API. By the end of this course, you'll be able to design a REST API that will stand the test of time.
Table of contents
- Introduction | 36s
- Designing Your API First | 5m 49s
- Using URIs | 2m 28s
- REST and Verbs | 2m
- Understanding Verbs | 3m 13s
- Idempotency | 46s
- Understanding Idempotency | 1m 51s
- Designing Results | 2m 48s
- Demo of Designing Results | 2m 18s
- Determining Design Results | 2m 9s
- Formatting Results | 1m 16s
- What We've Learned | 45s
- Introduction | 29s
- Designing Associations | 2m 3s
- Associations in Action | 2m 13s
- Designing for Paging | 1m 49s
- Paging in Action | 2m 32s
- Designing Error Handling | 1m 24s
- Errors in Action | 1m 52s
- Designing Caching | 3m 14s
- Caching in Action | 2m 54s
- Functional APIs | 1m 28s
- A Functional API Example | 1m 44s
- Asynchronous APIs | 1m 48s
- What We've Learned | 36s
About the author
Shawn Wildermuth has been tinkering with computers and software since he got a Vic-20 back in the early '80s. As a Microsoft MVP since 2002, he's also involved with Microsoft as an ASP.NET Insider and ClientDev Insider.
More Courses by Shawn