ChangeApiConfig
Index
Constructors
Methods
Constructors
constructor
Returns ChangeApiConfig
Methods
staticsetUrlTo
staticsetPortTo
staticsetHeader
Instructs the actor to change the configuration of the AxiosInstance used by their ability to CallAnApi and set an HTTP request header for any subsequent HTTPRequests issued via Send.
Parameters
name: Answerable<string>
value: Answerable<string>
Returns Interaction
Changes configuration of the ability to CallAnApi that the actor executing this interaction has been configured with.
Changing API URL for all subsequent requests
Changing API port for all subsequent requests
Setting a header for all subsequent requests