Added Request Parameter
Pre-release
Pre-release
The request
object now includes the path of the request. Below is an example of a request
:
{
type: "GET",
path: "#/custom/Custom%20Text%20Here"
referrer: "#/",
data: {
text: "Custom Text Here"
}
}