{
  "markdown": "# CalDiy Client SDK - Quickstart\n\nA Python async client library for interacting with the Cal.diy scheduling API. This SDK provides a convenient interface for managing bookings, event types, schedules, and slots. if you need an specific feature, feel free to open an issue or submit a pull request.\n\n## Installation\n\n```bash\npip install caldiy-client\n```\n\n# Using uv (recommended)\nuv add caldiy-client\n```\n\n# OpenWiki Documentation\n\nThis is the OpenWiki documentation for the CalDiy Client SDK. [openWiki Docs](openwiki/quickstart.md)\n\n# Project structure\n\n```toml\ncaldiy-client/\n│\n├── src/caldiy/\n│   ├── __init__.py           # Exports the main CalDiy Client\n│   ├── client.py             # Base client orchestrator\n│   │\n│   ├── core/\n│   │   ├── http.py           # HTTP wrapper, auth, and retry logic\n│   │   └── exceptions.py     # Custom API exceptions (e.g., CalDiyAPIError)\n│   │\n│   ├── models/               # Data validation & type definitions\n│   │   ├── bookings.py\n│   │   └── event_types.py\n│   │\n│   └── resources/            # Domain-specific API namespaces\n│       ├── bookings.py\n│       └── event_types.py\n│\n├── tests/                    # Unit and integration tests using mocks\n├── README.md                 # Setup, self-hosting configurations, and usage examples\n└── pyproject.toml / package.json\n```\n",
  "bytes": 1324,
  "sha": "e1a38178a6be419e2463247b3c66a71f01f28b5f34e8deceeced36ba97858a1c",
  "repo_slug": "juanpabloosorio/caldiy-client",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_juanpabloosorio_caldiy_client_openwiki_i_4df8630b/readme"
}