We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl -X GET http://localhost:3333/subscriptions should return a response body containing JSON array listing all subscriptions.
curl -X GET http://localhost:3333/subscriptions
Console API returns nothing, but triggers a print to terminal, i.e. we are not constructing a response with requested info.
The text was updated successfully, but these errors were encountered:
currently all endpoints just print info ( except log filter update ) right?
This would mean after sending API request, we need a way to communicate to and from router and console.
Sending request to router is already what we are doing, we would need a way to get the response/stats from router and then send back as response.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected Behavior
curl -X GET http://localhost:3333/subscriptions
should return a response body containing JSON array listing all subscriptions.Current Behavior
Console API returns nothing, but triggers a print to terminal, i.e. we are not constructing a response with requested info.
The text was updated successfully, but these errors were encountered: