Skip to content

Commit

Permalink
Added HTTP endpoints examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Gioscia02 committed Feb 5, 2025
1 parent 4b3c1f9 commit 4f72e13
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
Binary file added mkdocs/assets/img/production/end_example2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mkdocs/assets/img/production/end_example3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mkdocs/assets/img/production/end_example4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions mkdocs/production/network/http-endpoints.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4f72e13

Please sign in to comment.