foundry_dev_tools.utils.clients module# Util functions for the API clients. foundry_dev_tools.utils.clients.build_api_url(url, api_name, api_path)[source]# Cached function for building the api URLs. Parameters: url (str) api_name (str) api_path (str) Return type: str foundry_dev_tools.utils.clients.build_public_api_url(url, api_name, api_path=None, version='v1')[source]# Cached function for building the public api URLs. Parameters: url (str) api_name (str) api_path (str | None) version (str) Return type: str