...

/

Understanding the Playground - REST

Understanding the Playground - REST

In this lesson, we will walk you through the details of web API developed for demos and writing test automation for RESTful APIs.

We'll cover the following...

Demo class for REST

We have a student class, with the following fields and types:

Access Specifier Type Field
private Long id
private String firstName
...