Differences
This shows you the differences between two versions of the page.
functions:redirect [2025/01/21 02:18] optrix created |
functions:redirect [2025/01/21 02:27] (current) optrix |
||
---|---|---|---|
Line 2: | Line 2: | ||
The **redirect** method is a [[style|function method]] that is used to re-direct the user to another, existing API function. | The **redirect** method is a [[style|function method]] that is used to re-direct the user to another, existing API function. | ||
+ | |||
+ | Unlike the [[URL|URL]] method, it suggests that people should use the original API point, rather than acting as a go-between. | ||
It's generally used when documenting existing API functions - particularly in ARDI addons. | It's generally used when documenting existing API functions - particularly in ARDI addons. | ||
Line 48: | Line 50: | ||
===Proxying the Function Call=== | ===Proxying the Function Call=== | ||
- | The URL would then be called //from the ARDI server//. The results | + | If this function is called |