GET:site/functions

Overview

public. Get list of available extensions

Uri Parameters

None

Query Parameters
NameTypeDescription
format{html, body}?output format (default: html)
Return Codes
NameValueDescription
BadRequest400Invalid input parameter or request body
Forbidden403User must be logged in
Ok200The request completed successfully

Message Format

Output:
Content-type=text/plain if format=body is specfied

Content-type=text/html if format=html is specfied

Implementation Notes

A function is a service feature that follows the Deki Wiki extension protocol

Code Samples

The following code example retrieves an html document with all registered extensions on the site:

Plug p = Plug.New("http://deki-hayes/@api/deki");
p.At("users", "authenticate").WithCredentials("admin", "password").Get();
p.At("site", "functions").Get();
Tag page
You must login to post a comment.
Powered by MindTouch Deki v.8.08