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

Add support for /status/runtimeinfo endpoint to the api client #746

Closed
lilic opened this issue May 3, 2020 · 4 comments · Fixed by #755
Closed

Add support for /status/runtimeinfo endpoint to the api client #746

lilic opened this issue May 3, 2020 · 4 comments · Fixed by #755

Comments

@lilic
Copy link
Contributor

lilic commented May 3, 2020

Seems like there is status/config and status/flags but not status/runtimeinfo, any particular reason why this endpoint is missing or just simply was not added yet?
(Happy to add it, if it's the latter)

epConfig = apiPrefix + "/status/config"
epFlags = apiPrefix + "/status/flags"

@bwplotka
Copy link
Member

bwplotka commented May 4, 2020

It's a new endpoint, that's it (:

@bwplotka
Copy link
Member

bwplotka commented May 4, 2020

If I am not wrong, help wanted to add it 🤗

@beorn7
Copy link
Member

beorn7 commented May 4, 2020

Yup. Potentially even very easy, if the structure is similar to the existing endpoints.

@lilic
Copy link
Contributor Author

lilic commented May 6, 2020

As mentioned in the issue happy to do this, just wanted to confirm this is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants