{"id":27554692,"url":"https://github.com/vatesfr/xenorchestra-go-sdk","last_synced_at":"2025-04-19T15:13:08.057Z","repository":{"id":41854799,"uuid":"428224180","full_name":"vatesfr/xenorchestra-go-sdk","owner":"vatesfr","description":"Go SDK to build things on top of XO API","archived":false,"fork":false,"pushed_at":"2025-04-18T16:24:07.000Z","size":233,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-19T06:58:50.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vatesfr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-15T10:48:05.000Z","updated_at":"2025-03-17T11:17:10.000Z","dependencies_parsed_at":"2025-02-12T10:23:29.300Z","dependency_job_id":"c06d3271-c399-4d59-bdbc-0788ed1c260c","html_url":"https://github.com/vatesfr/xenorchestra-go-sdk","commit_stats":null,"previous_names":["vatesfr/xenorchestra-go-sdk","vatesfr/xo-sdk-go"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatesfr%2Fxenorchestra-go-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatesfr%2Fxenorchestra-go-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatesfr%2Fxenorchestra-go-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vatesfr%2Fxenorchestra-go-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vatesfr","download_url":"https://codeload.github.com/vatesfr/xenorchestra-go-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249723818,"owners_count":21316115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-19T15:13:06.583Z","updated_at":"2025-04-19T15:13:08.051Z","avatar_url":"https://github.com/vatesfr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003eGolang client for XenOrchestra API\u003c/p\u003e\n  \nThis is a Golang module for the [XenOrchestra](https://github.com/vatesfr/xen-orchestra) API. It provides two client implementations:\n\n- **v1**: Uses the JSON-RPC API (legacy)\n- **v2**: Uses the REST API (WIP, should be used in parallel with v1 for missing endpoints, until v2 is fully released)\n\n## 📚 Documentation \n\n### v1 Documentation\n\nThe v1 client uses the JSON-RPC API and is primarily used in the [terraform-provider-xenorchestra](https://github.com/vatesfr/terraform-provider-xenorchestra) Terraform provider.\n\n### v2 Documentation\n\nThe v2 client uses the REST API and provides a more modern, type-safe interface. Comprehensive documentation is available in the `docs/v2` directory:\n\n- [Overview](docs/v2/01-overview.md) - Introduction and key features\n- [Architecture](docs/v2/02-architecture.md) - Design patterns and components\n- [Migration Guide](docs/v2/03-migration-guide.md) - How to migrate from v1 to v2\n- [Service Implementation Guide](docs/v2/04-service-implementation.md) - How to add new services\n\n## 🧑🏻‍💻 Usage\n\n```shell\ngo get github.com/vatesfr/xenorchestra-go-sdk\n```\n\n### Examples\n\nThe SDK includes examples for both v1 and v2 clients:\n\n- [v1 Examples](examples/v1) - Examples using the JSON-RPC API\n- [v2 Examples](examples/v2) - Examples using the REST API\n\n## 🍰 Contributing    \n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n### Development\n\nThis project includes a Makefile to help with common development tasks:\n\n```shell\n# Run tests\nmake test\n\n# Run specific client tests\nmake test-v1\nmake test-v2\n\n# Run linter\nmake lint\n\n# Generate mocks\nmake mock\n\n# Run examples\nmake example-v1\nmake example-v2\n\n# See all available commands\nmake help\n```\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvatesfr%2Fxenorchestra-go-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvatesfr%2Fxenorchestra-go-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvatesfr%2Fxenorchestra-go-sdk/lists"}