You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious to know if the OpenAPI specification can be updated to the full version, and if you plan to do so (and is it complicated?): https://ogmios.dev/openapi.yaml.
In many serverless environments, such as Cloudflare Workers, you have to pay extra for WebSockets (or you're not allowed to work as a client at all), so it is desirable to have a fully typed HTTP client.
I mean generation of OpenAPI schema from already ready types for WebSocket client — AsyncAPI schema.
UPD. More precisely, generate two of these schemes at once.
UPD2. This will allow you to generate HTTP clients for literally any programming language, without having to manually make edits each time a change is made to the schema.
Curious to know if the OpenAPI specification can be updated to the full version, and if you plan to do so (and is it complicated?): https://ogmios.dev/openapi.yaml.
In many serverless environments, such as Cloudflare Workers, you have to pay extra for WebSockets (or you're not allowed to work as a client at all), so it is desirable to have a fully typed HTTP client.
Example
https://github.com/xray-network/cardano-ogmios-client/blob/bf74f4258af282a29dd2fc7251ba8ff490af6563/test/index.spec.ts#L18
Thanks!
The text was updated successfully, but these errors were encountered: