DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
API Development
What is the core idea behind REST's resource-oriented URL design?
A
URLs should contain verbs describing every possible action
B
The URL identifies the resource (a noun); the HTTP method identifies the action performed on it
C
URLs should always be a single flat list with no nesting
D
REST requires GraphQL-style query flexibility in the URL
Check Answer