Closed CSalih closed 1 year ago
Merging #161 (75f2943) into main (8b6cdbc) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #161 +/- ##
============================================
+ Coverage 24.14% 24.17% +0.02%
Complexity 1937 1937
============================================
Files 246 246
Lines 6863 6863
============================================
+ Hits 1657 1659 +2
+ Misses 5206 5204 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/OpenSearch/Namespaces/SqlNamespace.php | 100.00% <ø> (ø) |
|
src/OpenSearch/Endpoints/Sql/Query.php | 100.00% <100.00%> (+33.33%) |
:arrow_up: |
Sure why not @VachaShah. Just two questions: Should I extend the example usage or do you want something in particular? And do you want it in a new PR or in this one?
Add to this PR @CSalih. Sample usage is enough, whatever you want to write that could be helpful to a user. And much thanks!
Description
This PR will add support to specify the response format of the SQL endpoint.
Issues Resolved
Issue: #155 PR: #156