mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
24 lines
490 B
Plaintext
24 lines
490 B
Plaintext
created: 20181002125954409
|
|
modified: 20181002135401854
|
|
tags: [[WebServer API]]
|
|
title: WebServer API: Get Rendered Tiddler
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Gets a rendering of the specified tiddler. See [[using the read-only single tiddler view|Using the read-only single tiddler view]] for more details.
|
|
|
|
```
|
|
GET /{title}
|
|
```
|
|
|
|
Parameters:
|
|
|
|
* ''title'' - URI encoded title of the tiddler to render
|
|
|
|
Response:
|
|
|
|
|
|
* 200 OK
|
|
*> `Content-Type: <content-type>`
|
|
*> Body: tiddler rendering
|
|
* 404 Not Found
|