Closed ch3yne closed 1 year ago
BTW, curl uses GET by default, so there is no need for the -x GET. Also, depending on the type of metalake, you may need some other parameters when it comes to creating catalogs.
BTW, curl uses GET by default, so there is no need for the -x GET. Also, depending on the type of metalake, you may need some other parameters when it comes to creating catalogs.
Thank you for your suggestions. I added GET
for better differentiation during front-end reading and debugging. Currently, on the front-end home page (metalakes)
, only the metalakes list
, create metalake
, and metalake details
APIs are used. The development of functionalities related to creating catalogs and others on different front-end pages will be addressed in separate issues.
Describe the subtask
Metalakes list is generated from mock data, this issue is develop to replace the mock data with real data obtained from API.
Parent issue
605