Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Designing RESTful APIs

Posted By: Landau17
Designing RESTful APIs

Designing RESTful APIs
MP4 | Video: 720p | Duration: 1:24:32 | English | Subtitles: VTT | 207.3 MB



Having a solid understanding of how to correctly build APIs is important for any developer planning on creating websites. In this course, learn how to plan and model your own APIs, and explore the six REST design constraints that help guide your architecture. Keith Casey starts with a simple overview, including advice on identifying the users or "participants" of your system, and the activities they might perform with it. He discusses how to validate your design before you build it, and explores the HTTP concepts and REST constraints needed to build your API. To wrap up, Keith goes over some of the most common API design patterns you may encounter.

Topics include:
  • Approaches to adding an API
  • Modeling tips
  • Identifying activities and breaking them into steps
  • Mapping activities to verbs and actions
  • Creating and grouping API methods
  • Validating your API
  • HTTP headers and response codes
  • Common design challenges
  • Versioning best practices
  • Hypermedia and documentation approaches