Table of contents
URL
Friday July 7, 2023-0 min readClass
APIGeneric
Type
Property
Description
This property deterimines the end point url that will be requested. URL parameters should not be included in this propery. Instead use the Parameters property to configure them.You can use keywords that reference a variable that is a child to this APIGeneric object.
For example:
https://www.example.com/api/{Key}
Above there is one keyword, Key. This format indicates that when the request is sent, the {Key} will be replaced with value from a child variable with the name Key.
Last Modified by Brandon Taylor on July 10, 2023 4:15 pm