getWiki

declare function getWiki(wikiName: WikiName): IWikiSchema;

Retrieves a wiki schema by its name from the swarm's wiki schema service. Logs the operation if logging is enabled in the global configuration.

Parameter Description
wikiName The name of the wiki to retrieve.