What Have We Learned?

A brief summary of the things we learned and next steps.

We'll cover the following...

A quick recap

In this course, we learned that:

  • REST is an architectural style.
  • It makes use of HTTP methods and data transfer techniques to implement APIs.
  • The client can connect to a server either by ignoring the SSL or using the certificate of the server.
  • The body of the
...