GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowRESTParameters Interface Reference
Inheritance diagram for GenerallyPositive.IAllowRESTParameters:
GenerallyPositive.IAllowRESTExecution GenerallyPositive.IAllowRESTMethod GenerallyPositive.IAllowRESTEndpointDetails GenerallyPositive.IAllowRESTParametersOrExecution GenerallyPositive.IRESTClient GenerallyPositive.IRESTClient GenerallyPositive.IRESTClient GenerallyPositive.RESTClient GenerallyPositive.RESTClient GenerallyPositive.RESTClient

Public Member Functions

IAllowRESTParametersOrExecution WithParameters (params object[] parameters)
IAllowRESTParametersOrExecution WithParameters (object parameters)
IAllowRESTParametersOrExecution WithParametersFromResult (int resultIndex)
IAllowRESTParametersOrExecution WithParametersFromResult (string name)
IAllowRESTParametersOrExecution WithEncoding (Enums.ContentEncoding encoding)
Public Member Functions inherited from GenerallyPositive.IAllowRESTExecution
string Execute (bool publishEvent=true)
Execute< T > (bool publishEvent=true)
IRESTClient AndThen (bool publishEvent=true)
IRESTClient AndThen< T > (bool publishEvent=true)
Task< string > ExecuteAsync (bool publishEvent=true)
Task< T > ExecuteAsync< T > (bool publishEvent=true)
ResultCollection GetExecutionResults ()
IAllowRESTExecution WithHeader (string name, string value)
Public Member Functions inherited from GenerallyPositive.IAllowRESTMethod
IAllowRESTExecution WithHttpMethod (string method)

Detailed Description

Definition at line 961 of file Interfaces.cs.

Member Function Documentation

◆ WithParameters() [1/2]

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParameters ( object parameters)

◆ WithParameters() [2/2]

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParameters ( params object[] parameters)

◆ WithParametersFromResult() [1/2]

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParametersFromResult ( int resultIndex)

◆ WithParametersFromResult() [2/2]

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTParameters.WithParametersFromResult ( string name)

The documentation for this interface was generated from the following file: