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

Unlock the full course today

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

Open-source tool installation

Open-source tool installation - REST Tutorial

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

Start my 1-month free trial

Open-source tool installation

Let's go ahead and click in this link We're going to place the source code within a new directory on our desktop, and then save the zip file there. We're then going to head back to the Swagger API page, and into the Swagger Editor repository. At this point, we can go to the releases section and just like Swagger UI, we can download that source code. So we'll put both of those And then let's navigate to that directory Okay, and then if we take a peek in these extracted directories, you'll notice that Swagger nests the folders within each other. So let's just go ahead and we'll rename the directory swagger-editor in this case So we'll cut that, and then we can clean up these two empty directories. And now if we take a look, you'll see the source code for Swagger Editor you'll see the source code for Swagger Editor as well as the source code for Swagger UI. as well as the source code for Swagger UI. In order to run these tools, we're going to need a web server to host…

Contents