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

Feature/SK-1106 | Added GET "/" and POST "/list" endpoints to prediction_routes #730

Merged
merged 24 commits into from
Oct 25, 2024

Conversation

benjaminastrand
Copy link
Contributor

@benjaminastrand benjaminastrand commented Oct 21, 2024

  • Added two endpoints: GET for "/predict" and POST for "/predict/list". Both work exactly like equivalent endpoints for validations.
  • Fixed a typo in prediction_store. From "session_id" -> "prediction_id", which caused a bug when trying to use the two new endpoints.
  • Tested the endpoints both by adding parameters in the URL and in the request body for POST.

@github-actions github-actions bot added feature New feature or request minor labels Oct 21, 2024
Base automatically changed from feature/SK-1081 to master October 23, 2024 08:02
@Wrede Wrede merged commit 018d22c into master Oct 25, 2024
19 checks passed
@Wrede Wrede deleted the feature/SK-1106 branch October 25, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants