kbendick opened a new pull request #4201: URL: https://github.com/apache/iceberg/pull/4201
Adds an initial REST Client API that has `get`, `head`, `post`, `delete`, and `put`. These take in an error handler, which handles route specific exceptions using a `Consumer<ErrorResponse>`. The error response handlers will be coming in another PR. I also added an `ErrorResponseParser` with basic validation of parsing to / from JSON for an `ErrorResponse`. More tests are to come, but this will unblock others from working concurrently on the test infrastructure for the REST catalog. cc @rdblue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org