ibex.endpoints.data_entry.uri_from_path

async ibex.endpoints.data_entry.uri_from_path(path: str) dict

IBEX endpoint. Returns uri based on PATH passed as parameter.

Response JSON is constructed as follows:
{
“uri”: <IMAS_uri>
}
Param:

path: path to the file

Return type:

dict (automatically converted to JSON by FastAPI)

Returns:

JSON response