Understanding APIs and RESTful APIs Crash Course

An introduction to how APIs and RESTful APIs work. No coding in this course, it's all conceptual.

Ratings: 4.39 / 5.00




Description

In this course you will learn about APIs and RESTful APIs, and how they work. There is no coding in this course.

By the end of this course you will completely understand how APIs work, and how computers talk to each other. You'll also be familiar with RESTful APIs which make use of the HTTP protocol. If that sounded confusing, scary, or overly technical — it's not — it's just a fancy way of saying "it uses the internet".

The goal of this course is to help you understand APIs and RESTful APIs without needing to write any code. So next time someone says "API" you will know exactly what they are talking about (and you'll also know it's not really that technical or fancy, but that'll be our secret ;)

———

This course is designed to remove the sense of overwhelm and "scariness" when we start to talk about APIs. APIs and RESTful APIs come across as difficult or advanced subjects, but really it's just two computers talking to each other and exchanging commands and data. No different than when your friend sends you a text message, and you text back.

I'll give you several easy to remember metaphors so APIs don't feel scary or overwhelming, too.

APIs can be written and used by most programming languages, so we're not writing any code, although I do provide a live JavaScript demo.

All the slides will be provided for you, as well as reference material for when you've graduated this course and you're ready to take on the world of APIs.

———

This course is only 45 minutes, but I promise you that's all the time you'll need — not because I'm a good teacher, but because APIs are seriously that simple once someone takes the time to explain them.

What You Will Learn!

  • What APIs are
  • How APIs work
  • What a RESTful API is
  • What JSON is
  • How computers talk to each other
  • CRUD Operations
  • The 5 main request methods (GET, POST, PUT/PATCH, DELETE)
  • HTTP status codes
  • How to understand APIs as if they were real people
  • HTTP Requests and Responses

Who Should Attend!

  • Intermediate Web Developers OR Eager Junior Web Developers
  • Non-coders who want to learn about inter-computer communications
  • This course is NOT for junior developers who are brand new to coding (not yet, anyway!)
  • This course is NOT for senior developers who already have knowledge about APIs and how they work