addURLSeg

addURLSeg(pName:  String;
          pValue: String);

The addURLSeg method of the JadeRestRequest class adds a value for one of the parameters contained within the REST API URI.

For example, when performing a GET operation on https://petstore.swagger.io/v2/pet/{petId}, pass petId as the value of the pName parameter and the identifier of the pet you want to access as the value of the pValue parameter.

If you pass the value of 1, the URI becomes https://petstore.swagger.io/v2/pet/1.

2020.0.01 and higher