REST APIsLessonBeginner

REST Introduction

Introduction to resource-oriented API design with predictable HTTP behavior.

Duration
25 min
Kind
Lesson
Level
Beginner
Status
published

REST as a Style

REST is an architectural style for designing networked APIs around resources and standard HTTP behavior.

Resources

Resources are the nouns in your API. Examples include users, courses, lessons, orders, and invoices.

Predictable APIs

A REST API is easier to understand when URLs identify resources and HTTP methods describe actions.

Learning navigation

Keep moving through the course

Jump back to the course outline or move directly between lessons without losing context.

Course outline2 modules