Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Connecting to RESTful APIs for beginners
Rating: 4.4 out of 5(8 ratings)
96 students

Connecting to RESTful APIs for beginners

Windows/Java/Eclipse
Created byBrandon Beck
Last updated 1/2019
English

What you'll learn

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

Course content

4 sections16 lectures3h 3m total length
  • Introduction0:56

    A quick introduction to me and what you'll be learning in this course. Source code for all finished lessons is linked in the last lesson.

  • Installing Java1:54

    A step by step guide to getting Java installed on your windows computer. If you are not using windows, you can still complete this course by following another guide to get Java installed on the operating system of your choice. You can freely skip this video if you already have Java installed.

  • Installing Eclipse1:08

    A step by step guide to getting the Eclipse IDE installed on your windows computer. If you are not using windows, you can still complete this course by following another guide to get Eclipse installed on the operating system of your choice.  You can also use any other IDE that you're familiar with. You can freely skip this video if you already have an IDE installed.

  • Creating a Hello World Project4:46

    This video will go over creating your first "hello world" project in Eclipse. If you're already familiar with setting up a project in your IDE, go ahead and skip this video.

Requirements

  • Some very basic programming knowledge will be helpful.

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.

Who this course is for:

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