Calls the web API procedure for the resource associated to the URL endpoint being requested.

Syntax

Response = HTTP_Services('RunWebAPI', Method, Endpoint)

Returns

N/A

Parameters

ParameterDescription
MethodThe HTTP method for the URL endpoint being requested. Optional
EndpointThe URL endpoint (not including the Home or API Root) being requested. Optional

Remarks

When this service is called normally the arguments are empty. They only exist for testing a web API without having to run from an actual HTTP request.

  • No labels