File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3030#include " iceberg/sort_order.h"
3131#include " iceberg/table_identifier.h"
3232
33+ // / \file iceberg/catalog/rest/request_types.h
34+ // / Defines all request body structures for the Iceberg REST Catalog API,
35+ // / corresponding to the JSON payloads sent to various /v1 endpoints.
36+
3337namespace iceberg ::rest {
3438
3539// / \brief Request to create a namespace.
Original file line number Diff line number Diff line change 2828#include " iceberg/table_identifier.h"
2929#include " iceberg/table_metadata.h"
3030
31+ // / \file iceberg/catalog/rest/response_types.h
32+ // / Defines all response body structures for the Iceberg REST Catalog API,
33+ // / representing the JSON results returned by /v1 endpoints (excluding HTTP headers like
34+ // / ETag).
35+
3136namespace iceberg ::rest {
3237
3338// / \brief An opaque token that allows clients to make use of pagination for list APIs.
You can’t perform that action at this time.
0 commit comments