user-guide:additional_interfaces:api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user-guide:additional_interfaces:api [2025/01/22 12:48] – [Examples] Tim | user-guide:additional_interfaces:api [2025/02/07 17:12] (current) – [Examples] Tim | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== API GroIMP user guide ====== | + | ====== API ====== |
- | With the use of the GroLink Project | + | GroIMP can be started as an HTTP API that provides a generalized set of commands allowing interaction from other software. Currently a Python and a R library are provided but any software capable of HTTP requests |
+ | |||
+ | <uml> | ||
+ | @startuml | ||
+ | !pragma teoz true | ||
+ | hide footbox | ||
+ | title API | ||
+ | |||
+ | participant User | ||
+ | participant ClientScript | ||
+ | participant API | ||
+ | participant GroIMP | ||
+ | |||
+ | |||
+ | User -> GroIMP: Start GroIMP | ||
+ | User -> ClientScript | ||
+ | ClientScript < | ||
+ | & API< | ||
+ | User <- ClientScript | ||
+ | User -> GroIMP: Stop GroIMP | ||
+ | |||
+ | |||
+ | @enduml | ||
+ | </ | ||
===== Installation and execution ===== | ===== Installation and execution ===== | ||
Line 167: | Line 190: | ||
+ | ===== More documentation ===== | ||
+ | * [[https:// | ||
+ | * [[: | ||
- | ===== Tutorials | + | ===== Tutorials ===== |
- | ==== Tutorials ==== | ||
+ | * [[: | ||
* [[: | * [[: | ||
* [[: | * [[: | ||
* [[: | * [[: | ||
* [[: | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | ===== Examples ===== | ||
- | ==== Examples ==== | + | We provide |
- | * [[https:// | + | Additionally you can find there a ready to use docker container to ease the first tests. |
- | * [[https:// | + | |
- | * [[https:// | + |
user-guide/additional_interfaces/api.1737546517.txt.gz · Last modified: 2025/01/22 12:48 by Tim