def get_fields(
    *,
    project: Optional[str] = None,
    context: Optional[str] = None,
    api_key: Optional[str] = None,
):

source code

Get a dictionary of fields names and their types

Arguments:

  • project - Name of the project to get fields from.
  • context - The context to get fields from.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

A dictionary of fields names and their types