KnowledgeBase

Search or browse in depth articles, software resources and videos on everything about Appward.

Table of contents

URL

Friday July 7, 2023-0 min read

Class

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.


Published by:

Related Articles