From the course: Building APIs with Swagger and the OpenAPI Specification

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Building an API client

Building an API client - REST Tutorial

From the course: Building APIs with Swagger and the OpenAPI Specification

Start my 1-month free trial

Building an API client

- [Male Instructor] In this lesson, we'll build a small Angular application that uses the client SDK that we generated from SwaggerHub. If you would like to follow along, you must have Node.js, Angular and Visual Studio Code installed on your workstation. To get started, I'm going to navigate to the course workspace where I've positioned several zip files. The first zip file is the hsports client app zip file. It contains a small Angular application that's provided within the exercise files for this lesson. Let's go ahead and extract this Angular app into the root of our course workspace. Once that's extracted, we're going to extract the hsports catalog client zip file. If you remember, this is the client SDK that we generated from SwaggerHub in the last lesson. Just go ahead and extract this right into our course workspace directory and then what we need to do is navigate into the hsports catalog client directory. This directory contains all of the code for our client SDK. We're…

Contents