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

Initialization feedback for user #9

Open
nsheff opened this issue Oct 11, 2024 · 0 comments
Open

Initialization feedback for user #9

nsheff opened this issue Oct 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nsheff
Copy link

nsheff commented Oct 11, 2024

Right now, when you initialize an API client, the response is silent:

api <- BEDbase()

Instead, I suggest printing out some information. You could get some from the /service-info endpoint contents.

https://api.bedbase.org/v1/service-info

Maybe just showing "Connected" and the version, or you could show "6585 BED files available" or something like that.

You can get the count from this endpoint: https://api.bedbase.org/v1/bed/list?limit=0&offset=0

Just some visual cue to show the connection was successful.

@jwokaty jwokaty added the enhancement New feature or request label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants