Files
Jungfraujoch/docs/OPENAPI.md
2024-12-02 21:17:14 +01:00

468 B

OpenAPI

OpenAPI specs

See document with detailed OpenAPI specs.

Python client

Jungfraujoch is controlled with HTTP/REST interface defined with an OpenAPI specification. For convenience, we provide Python client as jfjoch-client PyPi package. To install the client you can use pip tool:

pip install jfjoch-client

See API reference from the OpenAPI generator.