{"id":19839345,"url":"https://github.com/redislabs/rediscloud-go-api","last_synced_at":"2025-05-01T19:30:18.908Z","repository":{"id":38327401,"uuid":"308014560","full_name":"RedisLabs/rediscloud-go-api","owner":"RedisLabs","description":"Go SDK for Redis Enterprise Cloud Pro","archived":false,"fork":false,"pushed_at":"2025-04-22T08:05:09.000Z","size":383,"stargazers_count":4,"open_issues_count":6,"forks_count":3,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-22T09:24:17.102Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RedisLabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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-10-28T12:49:33.000Z","updated_at":"2025-04-22T08:05:13.000Z","dependencies_parsed_at":"2023-10-24T12:23:48.381Z","dependency_job_id":"af99bd74-9a40-47d2-b9d8-7c8a73ceaa78","html_url":"https://github.com/RedisLabs/rediscloud-go-api","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Frediscloud-go-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Frediscloud-go-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Frediscloud-go-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisLabs%2Frediscloud-go-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedisLabs","download_url":"https://codeload.github.com/RedisLabs/rediscloud-go-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932513,"owners_count":21667157,"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-12T12:21:55.168Z","updated_at":"2025-05-01T19:30:18.468Z","avatar_url":"https://github.com/RedisLabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rediscloud-go-api\n\nThis repository is a Go SDK for the [Redis Cloud REST API](https://docs.redislabs.com/latest/rc/api/).\n\n## Getting Started\n\n### Installing\nYou can use this module by using `go get` to add it to either your `GOPATH` workspace or\nthe project's dependencies.\n```shell script\ngo get github.com/RedisLabs/rediscloud-go-api\n```\n\n### Example\nThis is an example of using the SDK\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\trediscloud_api \"github.com/RedisLabs/rediscloud-go-api\"\n\t\"github.com/RedisLabs/rediscloud-go-api/service/subscriptions\"\n)\n\nfunc main() {\n\t// The client will use the credentials from `REDISCLOUD_ACCESS_KEY` and `REDISCLOUD_SECRET_KEY` by default\n\tclient, err := rediscloud_api.NewClient()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tid, err := client.Subscription.Create(context.TODO(), subscriptions.CreateSubscription{\n\t\t// ...\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfmt.Printf(\"Created subscription: %d\", id)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredislabs%2Frediscloud-go-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredislabs%2Frediscloud-go-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredislabs%2Frediscloud-go-api/lists"}