{"id":28396,"library":"tobiko-cloud-api-client","title":"Tobiko Cloud API Client","description":"Python client for the Tobiko Cloud API, used to manage and interact with Tobiko Cloud resources. Current version 202616.4.0, requires Python 3.9 to 3.12, released weekly.","status":"active","version":"202616.4.0","language":"python","source_language":"en","source_url":"https://github.com/tobikodata/tobiko-cloud-api-client","tags":["tobiko","cloud","api-client","sdk"],"install":[{"cmd":"pip install tobiko-cloud-api-client","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Main client class for API interactions.","wrong":null,"symbol":"Client","correct":"from tobiko_cloud_api import Client"},{"note":"Older docs may suggest direct import of models, but proper usage is via submodule.","wrong":"import tobiko_cloud_api.models","symbol":"models","correct":"from tobiko_cloud_api import models"}],"quickstart":{"code":"from tobiko_cloud_api import Client\n\nclient = Client()\n# Use client methods, e.g.,\n# response = client.get_resource(\"...\")\nprint(client)","lang":"python","description":"Initialize the client and interact with the API."},"warnings":[{"fix":"Use `tobiko-cloud-api-client==202616.4.0` in requirements.","message":"Major version updates may include breaking changes. Always pin your dependencies.","severity":"breaking","affected_versions":">=202616.0.0"},{"fix":"Set TOBIKO_API_KEY environment variable or pass api_key parameter to Client().","message":"The client expects environment variables for authentication (e.g., TOBIKO_API_KEY). Missing credentials will raise an error at runtime.","severity":"gotcha","affected_versions":"all"},{"fix":"Use `from tobiko_cloud_api import Client`.","message":"Old-style import `from tobiko_cloud_api import client` (lowercase) is deprecated in favor of `from tobiko_cloud_api import Client`.","severity":"deprecated","affected_versions":">=202616.0.0"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Run `pip install tobiko-cloud-api-client` (note hyphens vs underscores).","cause":"Package not installed or installed with a different name.","error":"ImportError: No module named 'tobiko_cloud_api'"},{"fix":"Set TOBIKO_API_KEY environment variable or pass api_key parameter.","cause":"Missing or invalid API key.","error":"tobiko_cloud_api.exceptions.AuthenticationError: ..."}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}