-
Notifications
You must be signed in to change notification settings - Fork 66
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
/peering-peers endpoint #616
base: api-v2
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing this!
Co-authored-by: Gabriel Cruz <8129788+gmelodie@users.noreply.github.com>
@gmelodie forgot to ping, this PR should be ready now; lmk if there's any more changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is for APIv2, could you move these to /api/v2/api.go
and /api/v2/handlers.go
instead?
moved the peers-related functionality into the
/peering-peers
endpoint, added the admin auth to the route, updated the godocsresolves #577