Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

wikiParseQuery

import { wikiParseQuery } from "https://raw.githubusercontent.com/el3um4s/DenoWiki/master/mod.ts";

Returns the url address to be used as the source to obtain the information

const wikiParseQueryByID = await wiki.wikiSearchQuery( { pageid: 13834, language: "en" } );
const wikiParseQueryByTitle = await wiki.wikiSearchQuery( { title: '"Hello, World!" program', language: "en" } );
function wikiParseQuery(options?): string;
§
wikiParseQuery(options?): string
[src]

§Parameters

§
options? optional
[src]

§Return Type

§
string
[src]