Package net.serenitybdd.screenplay.rest.interactions


package net.serenitybdd.screenplay.rest.interactions
  • Classes
    Class
    Description
    Put something to a REST resource.
     
    Perform a GET query on a given REST resource
    Path something to a REST resource.
    Path something to a REST resource.
    An OPTIONS query This is a simple interaction class suitable for simple queries.
    Post something to a REST resource.
    Put something to a REST resource.
    A base class for all Screenplay REST interactions, which gives direct access to the RestAssured API.