Mercurial > p > roundup > code
comparison doc/rest.txt @ 6630:0351caa802f7
Add missing url in example.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 07 Apr 2022 00:02:44 -0400 |
| parents | 24e2eeb2ed9a |
| children | ff8845ca305e |
comparison
equal
deleted
inserted
replaced
| 6629:6fe56720e13d | 6630:0351caa802f7 |
|---|---|
| 717 To retreive the content, you can use the content link property: | 717 To retreive the content, you can use the content link property: |
| 718 ``https://.../demo/msg11/``. The trailing / is required. Without the | 718 ``https://.../demo/msg11/``. The trailing / is required. Without the |
| 719 /, you get a web page that includes metadata about the message. With | 719 /, you get a web page that includes metadata about the message. With |
| 720 the slash you get a text/plain (in most cases) data stream. | 720 the slash you get a text/plain (in most cases) data stream. |
| 721 | 721 |
| 722 Also you can use the url: | 722 Also you can use the url: ``https://.../demo/rest/data/msg/11?@verbose=3`` |
| 723 | |
| 724 and the content property (if the data is utf-8 compatible) now looks | 723 and the content property (if the data is utf-8 compatible) now looks |
| 725 like:: | 724 like:: |
| 726 | 725 |
| 727 ... | 726 ... |
| 728 "author": { | 727 "author": { |
