RESTful APIs in the Real World Course

Sauron

Hero Member
Infinity Member
Joined
November 19, 2023
Messages
2,710
Reaction score
40,708
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

filann

Active Member
Joined
June 23, 2024
Messages
50
Reaction score
4
Points
8
 
  • Tags
    api course real real world