Ratings: 4.42 / 5.00




Description

This course has been designed to help the Java beginner understand how to establish connections to RESTful APIs. Examples will be taught on a Windows environment using Eclipse and Java.  The course will make minimal use of 3rd party libraries to help the student fully understand what their software is doing. We will cover the structure of an API call, the most commonly used authentication methods, and handling responses. We will also cover Http verbs, response codes and headers.

No tests or quizzes. Lets just write some code.

This course has been designed to help the Java beginner understand how to establish connections to RESTful APIs. Examples will be taught on a Windows environment using Eclipse and Java.  The course will make minimal use of 3rd party libraries to help the student fully understand what their software is doing. We will cover the structure of an API call, the most commonly used authentication methods, and handling responses. We will also cover Http verbs, response codes and headers.

No tests or quizzes. Lets just write some code.

This course has been designed to help the Java beginner understand how to establish connections to RESTful APIs. Examples will be taught on a Windows environment using Eclipse and Java.  The course will make minimal use of 3rd party libraries to help the student fully understand what their software is doing. We will cover the structure of an API call, the most commonly used authentication methods, and handling responses. We will also cover Http verbs, response codes and headers.

No tests or quizzes. Lets just write some code.

What You Will Learn!

  • Read and Understand API documentation. Basics of creating a URL connection in Java.

Who Should Attend!

  • Beginning Developers who need to connect and use data from a RESTful API.