{"id":18585997,"url":"https://github.com/cloud66-oss/cloud66","last_synced_at":"2025-04-10T13:31:38.730Z","repository":{"id":19706661,"uuid":"22961835","full_name":"cloud66-oss/cloud66","owner":"cloud66-oss","description":"API library to communicate with Cloud 66.","archived":false,"fork":false,"pushed_at":"2024-12-13T08:29:41.000Z","size":287,"stargazers_count":15,"open_issues_count":1,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T21:42:25.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cloud66-oss.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}},"created_at":"2014-08-14T17:05:30.000Z","updated_at":"2024-12-13T08:29:29.000Z","dependencies_parsed_at":"2024-06-18T23:08:09.766Z","dependency_job_id":"0853fb96-4ce2-4a1b-9725-5e96e357e428","html_url":"https://github.com/cloud66-oss/cloud66","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud66-oss","download_url":"https://codeload.github.com/cloud66-oss/cloud66/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225708,"owners_count":21068078,"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":"2024-11-07T00:36:18.078Z","updated_at":"2025-04-10T13:31:33.720Z","avatar_url":"https://github.com/cloud66-oss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"http://cdn2-cloud66-com.s3.amazonaws.com/images/oss-sponsorship.png\" width=150/\u003e\n\nCloud 66 Go Library\n=======\n\n### Getting Started\n\n    go get github.com/cloud66-oss/cloud66\n\n\n### Authorization\n\nBy default, you can use [Cloud66 Toolbet](http://help.cloud66.com/toolbelt/toolbelt-introduction) token which stores in `~/.cloud66/cx.json`. If the file doesn't exist, you can authorize it yourself\n\n    var (\n\t\ttokenFile    string = \"YOUR_TOKEN_FILENAME\"\n\t\ttokenDir     string = \"YOUR_TOKEN_DIRECTORY\"\n\t)\n    cloud66.Authorize(tokenDir, tokenFile)\n\nOr you can use [Personal Access Token](https://app.cloud66.com/oauth/authorized_applications). Create one on and store it in a file like format below:\n\n    {\"AccessToken\":\"YOUR_TOKEN_GOES_HERE\",\"RefreshToken\":\"\",\"Expiry\":\"0001-01-01T00:00:00Z\",\"Extra\":null}\n\n### Get Client\n\n\tvar (\n\t\ttokenFile    string = \"YOUR_TOKEN_FILENAME\"\n\t\ttokenDir     string = \"YOUR_TOKEN_DIRECTORY\"\n\t)\n\tclient := cloud66.GetClient(tokenDir, tokenFile, \"\")\n\n### Get Stacks List\n\n\tvar stacks []cloud66.Stack\n\tstacks, err := client.StackList()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud66-oss%2Fcloud66","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud66-oss%2Fcloud66","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud66-oss%2Fcloud66/lists"}