OpenAPI specification #148
sverhoeven
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For eWaterCycle project I want to talk from Python with BMI instances running in other languages and/or containers or other computers.
For the communication I want to use something simple like http as the protocol and json as the serialization format.
I made an OpenAPI specification of the BMI at https://github.com/eWaterCycle/remotebmi/blob/main/openapi.yaml (as docs)
I am working on proof of concepts of
Some questions:
PS. In the past we have used gRPC for communication,
but gRPC is not available in Julia or R. And we have models in those languages we want to support.
Beta Was this translation helpful? Give feedback.
All reactions