{"id":19849233,"url":"https://github.com/juju/go-oracle-cloud","last_synced_at":"2025-05-01T22:30:44.482Z","repository":{"id":57480945,"uuid":"79801037","full_name":"juju/go-oracle-cloud","owner":"juju","description":"Go client interfacing with the oracle IAAS cloud API.","archived":false,"fork":false,"pushed_at":"2017-05-10T16:29:53.000Z","size":632,"stargazers_count":4,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T18:52:12.296Z","etag":null,"topics":["go","golang","iaas","iaas-cloud","oci","oracle","oracle-cloud","rest","rest-client"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juju.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}},"created_at":"2017-01-23T12:10:10.000Z","updated_at":"2022-11-09T17:56:15.000Z","dependencies_parsed_at":"2022-09-26T17:41:24.395Z","dependency_job_id":null,"html_url":"https://github.com/juju/go-oracle-cloud","commit_stats":null,"previous_names":["hoenirvili/go-oracle-cloud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juju%2Fgo-oracle-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juju%2Fgo-oracle-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juju%2Fgo-oracle-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juju%2Fgo-oracle-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juju","download_url":"https://codeload.github.com/juju/go-oracle-cloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251954743,"owners_count":21670862,"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":["go","golang","iaas","iaas-cloud","oci","oracle","oracle-cloud","rest","rest-client"],"created_at":"2024-11-12T13:19:46.220Z","updated_at":"2025-05-01T22:30:44.074Z","avatar_url":"https://github.com/juju.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-oracle-cloud\n\nClient library providing a simple interface with the oracle cloud IAAS rest api.\n\n[![Build Status](https://travis-ci.org/juju/go-oracle-cloud.svg?branch=master)](https://travis-ci.org/juju/go-oracle-cloud) [![GoDoc](https://godoc.org/github.com/juju/go-oracle-cloud?status.svg)](https://godoc.org/github.com/juju/go-oracle-cloud) [![Go Report Card](https://goreportcard.com/badge/github.com/juju/go-oracle-cloud)](https://goreportcard.com/report/github.com/juju/go-oracle-cloud)\n\n## Example client authentication\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\toracle \"github.com/juju/go-oracle-cloud/api\"\n)\n\nfunc main() {\n\t// create the configuration for the client\n\tcfg := oracle.Config{\n\t\tUsername: \"oracle@username.com\",\n\t\tPassword: \"oraclepassword\",\n\t\tIdentify: \"qbitq\",\n\t\tEndpoint: \"https://api-z52.compute.us2.oraclecloud.com\",\n\t}\n\n\t// create a new client based on the configuration\n\tcli, err := oracle.NewClient(cfg)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\n\t// authenticate with the client\n\terr = cli.Authenticate()\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\n\n\t// code\n}\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuju%2Fgo-oracle-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuju%2Fgo-oracle-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuju%2Fgo-oracle-cloud/lists"}