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 http-api for GET api/peers?limit=xxx&offset=yyy&state=zzz endpoint - Closes #5254 #5538

Merged
merged 10 commits into from Jul 13, 2020

Conversation

ishantiw
Copy link
Member

@ishantiw ishantiw commented Jul 9, 2020

What was the problem?

This PR resolves #5254

How was it solved?

  • Add GET api/peers URL and Controller
  • Add functional test

How was it tested?

Run npm run test:functional peers.spec.ts under framework-plugins/lisk-framework-http-api-plugin/

@ishantiw ishantiw self-assigned this Jul 9, 2020
@ishantiw ishantiw requested a review from shuse2 July 9, 2020 12:48
@ishantiw ishantiw force-pushed the 5254_http_api_get_peers branch 2 times, most recently from d53d68e to 6bc1ce3 Compare July 9, 2020 16:18
@shuse2 shuse2 requested review from nazarhussain and mitsuaki-u and removed request for shuse2 July 9, 2020 16:26
@shuse2 shuse2 merged commit efe9e1f into development Jul 13, 2020
@shuse2 shuse2 deleted the 5254_http_api_get_peers branch July 13, 2020 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update GET /api/peers?limit=xxx&offset=yyy&state=zzz endpoint
4 participants