Util that calls clickup.
Parse a dictionary by creating a component and then turning it back into a dictionary.
This helps with two things
Extract elements from a dictionary.
Parse a JSON string and return the parsed object.
If parsing fails, returns an error message.
:param query: The JSON string to parse. :return: A tuple containing the parsed object or None and an error message or None.
Fetch the first id from a dictionary.
Fetch data from a URL.
Fetch the team id.
Fetch the space id.
Fetch the folder id.
Fetch the list id.