diff --git a/mkdocs/assets/img/production/end_example2.png b/mkdocs/assets/img/production/end_example2.png new file mode 100644 index 000000000..89efa14cb Binary files /dev/null and b/mkdocs/assets/img/production/end_example2.png differ diff --git a/mkdocs/assets/img/production/end_example3.png b/mkdocs/assets/img/production/end_example3.png new file mode 100644 index 000000000..2f4bfff13 Binary files /dev/null and b/mkdocs/assets/img/production/end_example3.png differ diff --git a/mkdocs/assets/img/production/end_example4.png b/mkdocs/assets/img/production/end_example4.png new file mode 100644 index 000000000..a3ebdd127 Binary files /dev/null and b/mkdocs/assets/img/production/end_example4.png differ diff --git a/mkdocs/production/network/http-endpoints.md b/mkdocs/production/network/http-endpoints.md index 82bab8b1e..c2673166e 100644 --- a/mkdocs/production/network/http-endpoints.md +++ b/mkdocs/production/network/http-endpoints.md @@ -1,11 +1,17 @@ You can play around with the HTTP endpoints directly on your installation, under [`localhost:1865/docs`](http://localhost:1865/docs). -You will find there most of the documentation you need, alongside code snippets in various languages and a useful playground to try them out. +You will find there most of the documentation you need, alongside code snippets in various languages and a useful playground to try them out. + +## Examples + +![Alt text](../../assets/img/production/end_example2.png){ width="500" } + +![Alt text](../../assets/img/production/end_example3.png){ width="500" } + +![Alt text](../../assets/img/production/end_example4.png){ width="500" } + Check out also the the community [client libraries](clients.md). When you feel ready you can also create [custom endpoints](../../plugins/endpoints.md) direclty in your plugins. -## Examples - -TODO \ No newline at end of file