RESTful APIs in the Real World Course

Administration Team
DNA Moderator
DNA HERO
Joined
Nov 19, 2023
Messages
1,563
Reaction score
11,651
Points
113


Making RESTful APIs is hard, really hard. There are a lot of concepts to know - resources, representations, HTTP methods, status codes, etc.

And putting this all to life in a sane way in PHP is no small task. In this course, we'll learn all the most fundamental concepts around REST and learn about the "rules" and the advantages and disadvantages of each. And we'll of course build a real API to show it all off. Topics include:
  • HTTP basics
  • Resources and Representations
  • Resource state, client state
  • GET, POST, PUT, PATCH, DELETE
  • Idemptotency and safe methods
  • Proper Status Codes, Location header and Content-Type
  • Testing your API
  • RFCs and where the "rules" come from
  • Advanced error and validation handling
To see this hidden content, you must reply and react with one of the following reactions : Like, Love, Haha, Wow
 
Reactions: filann
Member
Joined
Jun 23, 2024
Messages
32
Reaction score
1
Points
8
 

User Who Replied This Thread (Total Members: 1) Show all

  • Tags
    api course real real world