Schema
Get schemas for all tables:
curl localhost:8080/api/schema
Get schema for a specific table by name:
curl localhost:8080/api/schema/{TABLE_NAME}
Get schemas for all tables:
curl localhost:8080/api/schema
Get schema for a specific table by name:
curl localhost:8080/api/schema/{TABLE_NAME}