This function displays the welcome page of Declassification Engine API.
declass_welcome(return_type = "string")
return_type | The format of content displayed, in string or html |
---|
The content of welcome page, in either string or html format.
declass_welcome("html")#> {xml_document} #> <html> #> [1] <body><p>Welcome to the Declassification Engine REST API</p></body>declass_welcome("string")#> [1] "Welcome to the Declassification Engine REST API"