-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: String based api support (Clients, Bundles, Distributions, Labels, Machine Translations) #224
feat: String based api support (Clients, Bundles, Distributions, Labels, Machine Translations) #224
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #224 +/- ##
==========================================
+ Coverage 50.38% 58.65% +8.27%
==========================================
Files 277 347 +70
Lines 3688 5368 +1680
Branches 0 435 +435
==========================================
+ Hits 1858 3148 +1290
- Misses 1830 2187 +357
- Partials 0 33 +33 ☔ View full report in Codecov by Sentry. |
@Zahid92 thank you! Please let me know when I can start reviewing this PR. |
Hi @andrii-bodnar, didn't get much time to work more onto this. |
@Zahid92 Thanks for letting me know! Could you please summarize in the original issue what has been done and what still needs to be done? |
Hi @andrii-bodnar, here the list for whats done and whats remaining. String based support for :
Remaining String based support for:
|
@Zahid92 thank you! |
Yet to complete, Initially I was trying to get it done in a single chunk, realized my mistake and now will implement in small chunks one thing at a time
#214