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

HTTP API #26

Open
Tracked by #25
AgeManning opened this issue Oct 23, 2024 · 2 comments
Open
Tracked by #25

HTTP API #26

AgeManning opened this issue Oct 23, 2024 · 2 comments
Labels

Comments

@AgeManning
Copy link
Member

AgeManning commented Oct 23, 2024

Implement the various HTTP API Endpoints.

We may be able to borrow a few from the validator client

We are using axum, so the routes need to be updated

@jking-aus jking-aus mentioned this issue Oct 28, 2024
8 tasks
@magick93
Copy link

magick93 commented Jan 4, 2025

Will this conform the same openapi specs as https://api.ssv.network/documentation/ ?

@AgeManning
Copy link
Member Author

I think partially, yes.
Although that spec doesn't really tell us much apart from the endpoints. It doesn't give return values or types for the ones I checked, so it would be very hard to implement.

I think we can use some of these endpoints that make sense, and then actually specify the return types if we are going to use it.

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

No branches or pull requests

2 participants