Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
High-level Batch Query API Support (#58)
This commit adds new "high-level" Batch Query methods, and tests to prove that they work. It also incidentally required wiring up several new "OPA Types" for wrapping the lower-level error and result types generated by Speakeasy. The new wrapper types all render as JSON objects when stringified, which has proven much more helpful for debugging than the default behavior. Exception handling has been refactored across the board to conform to C# norms a bit better. Signed-off-by: Philip Conrad <[email protected]>
- Loading branch information