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

Invalid JSON if GET /operations via RESTCONF #82

Closed
achernavin22 opened this issue Apr 5, 2019 · 1 comment
Closed

Invalid JSON if GET /operations via RESTCONF #82

achernavin22 opened this issue Apr 5, 2019 · 1 comment
Labels

Comments

@achernavin22
Copy link

If you want to get a list of RPCs via RESTCONF, you GET /operations.

Now, the response contains invalid JSON:

{
	"operations": {
		...
		"clixon-lib:debug": null
	}

The trailing } is missing.

@olofhagsand
Copy link
Member

Oops. Thanks for detecting!

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