-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
doc: Added documentation for 5 Collection APIs #898
doc: Added documentation for 5 Collection APIs #898
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions :-)
I let you merge afterwards.
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Co-authored-by: Alex Garel <alex@garel.org>
Codecov Report
@@ Coverage Diff @@
## master #898 +/- ##
==========================================
+ Coverage 44.73% 52.65% +7.92%
==========================================
Files 96 92 -4
Lines 6981 7015 +34
==========================================
+ Hits 3123 3694 +571
+ Misses 3858 3321 -537
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Thanks @Jagrutiti :-) |
What
Added documentation for the following APIs:
/api/v1/predictions/
PredictionCollection()/api/v1/images/prediction/collection
ImagePredictionCollection()/api/v1/images
ImageCollection/api/v1/annotation/collection
LogoAnnotationCollection/api/v1/questions/unanswered/
UnansweredQuestionCollectionPart of
Closes