All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.epam.jdi.http.cucumber.IRestService Maven / Gradle / Ivy

There is a newer version: 1.1.34
Show newest version
package com.epam.jdi.http.cucumber;

import com.epam.http.requests.RestMethod;

public interface IRestService {
    RestMethod getGetMethod();

    RestMethod getPostMethod();

    RestMethod getPutMethod();

    RestMethod getPatch();

    RestMethod getDelete();

    RestMethod getStatus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy