mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Add Documentation 3 (#353)
Add documentation that covers: - Architecture - Optimization (only empty template) - Integration. Add some PNG figures for architecture documentation including open document format sources to enable document maintainance. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
@@ -88,8 +88,8 @@ optimization. Key considerations for updates include:
|
||||
|
||||
Prediction data can be accessed using the EOS **REST API** via the `/v1/prediction/<...>` endpoints.
|
||||
|
||||
In a standard configuration, the [**REST API**](http://0.0.0.0:8503/docs) of a running EOS instance
|
||||
is available at [http://0.0.0.0:8503/docs](http://0.0.0.0:8503/docs). This link provides access to
|
||||
In a standard configuration, the [**REST API**](http://localhost:8503/docs) of a running EOS instance
|
||||
is available at [http://localhost:8503/docs](http://localhost:8503/docs). This link provides access to
|
||||
the API documentation and allows you to explore available endpoints interactively.
|
||||
|
||||
To view all available prediction keys, use the **GET** `/v1/prediction/keys` endpoint.
|
||||
|
Reference in New Issue
Block a user