Represents the configuration of a server including its url template and variable configuration based on the url.
Creates a new request context for this server using the url with variables replaced with their respective values and the endpoint of the request appended.
the endpoint to be queried on the server
httpMethod to be used
Sets the value of the variables of this server.
a partial variable configuration for the variables contained in the url
Generated using TypeDoc
Represents the configuration of a server including its url template and variable configuration based on the url.