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

Server: validate client request #13

Closed
2 tasks
camerondurham opened this issue Jan 26, 2022 · 1 comment
Closed
2 tasks

Server: validate client request #13

camerondurham opened this issue Jan 26, 2022 · 1 comment
Assignees
Labels
server Backend server and API endpoints

Comments

@camerondurham
Copy link
Owner

camerondurham commented Jan 26, 2022

Validate client request has non-empty POST Body with all required fields.

So far this just includes language and source.

See api.md in docs branch for current API spec.

  • validate client request has non-empty Body with required fields
  • unit test for validation logic
@camerondurham camerondurham added the server Backend server and API endpoints label Feb 5, 2022
@camerondurham
Copy link
Owner Author

camerondurham commented Mar 6, 2022

Included with and closed by #46

Added json request parsing in this commit that validates the correct params are passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Backend server and API endpoints
Projects
Development

No branches or pull requests

2 participants