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 endpoints to verification server that returns test cases and IR #42

Open
nmiyake opened this issue Aug 18, 2018 · 1 comment
Open

Comments

@nmiyake
Copy link
Contributor

nmiyake commented Aug 18, 2018

It would be nice to have an endpoint on the server that returns all of the test cases and IR. This would allow languages to skip having to resolve/check in the these files if they choose to interact directly with the server instead.

Both the test cases and the IR have Conjure definitions and are provided to the server on startup, so it seems like this should be fairly easy to do and would provide more flexibility to projects writing tests.

@nmiyake
Copy link
Contributor Author

nmiyake commented Aug 18, 2018

The Golang implementation has a definite practical use for an endpoint that serves the test cases.

The usefulness for an endpoint that serves the IR is admittedly more theoretical and may not actually be useful/have a practical application, so would be fine with not implementing that.

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

No branches or pull requests

1 participant