Add metadata (get, delete) methods to the client
Exposed these two endpoints through the client -
- /api/v1/data/{id}/metadata -> get_metadata()
- /api/v1/data/{dataId}/metadata/{metadataId} -> delete_metadata()
Exposed these two endpoints through the client -