Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support url in ogmios client instead of host and port #420

Open
fatemeh-ra opened this issue Sep 22, 2024 · 0 comments
Open

support url in ogmios client instead of host and port #420

fatemeh-ra opened this issue Sep 22, 2024 · 0 comments
Labels
client/TypeScript Issues which regard the TypeScript client help welcomed Good for newcomers

Comments

@fatemeh-ra
Copy link

What is your idea? Provide a use case.

Currently typescript ogmios client is using host and port of the ogmios instance. But we can't always provide these information of the omgios instance. For example if we want to use a node provider instead of a local ogmios configuration, all we have is a url for https and wss connection. I also tested the correct behavior of ogmios client with the described URLs by patching the createConnectionObject function and with some simple modification it can support the instance url.

Why is it a good idea?

To broaden the ogmios client usecases

What is the current alternative and why is it not good enough?

Now its supporting host and port and it works fine but it cant support all connection types.

@KtorZ KtorZ added help welcomed Good for newcomers client/TypeScript Issues which regard the TypeScript client labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client/TypeScript Issues which regard the TypeScript client help welcomed Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants