{"id":29881145,"url":"https://github.com/letscloud-community/letscloud-go","last_synced_at":"2025-08-13T18:37:34.717Z","repository":{"id":54155066,"uuid":"321540487","full_name":"letscloud-community/letscloud-go","owner":"letscloud-community","description":"A Go library for the LetsCloud API","archived":false,"fork":false,"pushed_at":"2025-04-29T15:28:39.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-29T16:34:22.582Z","etag":null,"topics":["cloud","go","go-library","golang","letscloud"],"latest_commit_sha":null,"homepage":"https://www.letscloud.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/letscloud-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-15T03:21:00.000Z","updated_at":"2025-04-29T15:25:46.000Z","dependencies_parsed_at":"2025-04-29T16:39:13.648Z","dependency_job_id":null,"html_url":"https://github.com/letscloud-community/letscloud-go","commit_stats":null,"previous_names":["letscloud-inc/letscloud-go"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/letscloud-community/letscloud-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letscloud-community%2Fletscloud-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letscloud-community%2Fletscloud-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letscloud-community%2Fletscloud-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letscloud-community%2Fletscloud-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/letscloud-community","download_url":"https://codeload.github.com/letscloud-community/letscloud-go/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/letscloud-community%2Fletscloud-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268024797,"owners_count":24183153,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cloud","go","go-library","golang","letscloud"],"created_at":"2025-07-31T10:34:38.021Z","updated_at":"2025-07-31T10:34:42.565Z","avatar_url":"https://github.com/letscloud-community.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LetsCloud: A Go library for the LetsCloud Cloud API\n\nThe library’s documentation is available at [GoDoc](https://godoc.org/github.com/letscloud-community/letscloud-go),\nthe public API documentation is available at [developers.letscloud.io](https://developers.letscloud.io/).\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"context\"\n    \"fmt\"\n    \"log\"\n    \"github.com/letscloud-community/letscloud-go\"\n)\n\nfunc main() {\n    client, err := letscloud.New(token) // or use `export LETSCLOUD_API_KEY=your_api_key`\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    profile, err := client.Profile()\n    if err != nil {\n        log.Fatal(err)\n    }\n\n    fmt.Println(profile)\n}\n```\n\n## License\n\nMIT license","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletscloud-community%2Fletscloud-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fletscloud-community%2Fletscloud-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fletscloud-community%2Fletscloud-go/lists"}