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

Public Member Functions

IAllowRESTParametersOrExecution WithEndpoint (string endpoint)
IAllowRESTParametersOrExecution WithEndpoint (ApiEndpoint endpoint)
IAllowRESTParametersOrExecution WithResultName (string name)
IAllowRESTEndpointDetails WithName (string name)
IAllowRESTEndpointDetails ListOpenAPIEndPoints ()
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)
Public Member Functions inherited from GenerallyPositive.IAllowRESTParameters
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.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Detailed Description

Definition at line 887 of file Interfaces.cs.

Member Function Documentation

◆ WithEndpoint() [1/2]

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTEndpointDetails.WithEndpoint ( ApiEndpoint endpoint)

◆ WithEndpoint() [2/2]

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTEndpointDetails.WithEndpoint ( string endpoint)

◆ WithName()

IAllowRESTEndpointDetails GenerallyPositive.IAllowRESTEndpointDetails.WithName ( string name)

◆ WithResultName()

IAllowRESTParametersOrExecution GenerallyPositive.IAllowRESTEndpointDetails.WithResultName ( string name)

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