Return all fields associated with a table entry in the data registry
get_entry(table, query, endpoint = "http://127.0.0.1:8000/api/")Returns a list of fields present in the specified entry
a string specifying the name of the table
a list containing a valid query for the table, e.g.
list(field = value)
a string specifying the registry endpoint
Other get functions:
get_components(),
get_existing(),
get_file_hash(),
get_github_hash()