{"id":21855636,"url":"https://github.com/zeropsio/zerops-go","last_synced_at":"2025-07-23T12:08:19.428Z","repository":{"id":38347774,"uuid":"488587189","full_name":"zeropsio/zerops-go","owner":"zeropsio","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-28T12:51:20.000Z","size":244,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-18T11:58:51.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/zeropsio.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":"2022-05-04T12:52:06.000Z","updated_at":"2025-05-28T12:50:29.000Z","dependencies_parsed_at":"2024-06-23T00:33:04.182Z","dependency_job_id":"0174a6ea-62a5-4570-ade3-835625cafabb","html_url":"https://github.com/zeropsio/zerops-go","commit_stats":null,"previous_names":["zeropsio/golang-zdk"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/zeropsio/zerops-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Fzerops-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Fzerops-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Fzerops-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Fzerops-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeropsio","download_url":"https://codeload.github.com/zeropsio/zerops-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Fzerops-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266673578,"owners_count":23966375,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-28T02:17:01.117Z","updated_at":"2025-07-23T12:08:19.389Z","avatar_url":"https://github.com/zeropsio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n`go get -u github.com/zeropsio/zerops-go`\n\n# Basic example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"net/http\"\n\t\"os\"\n\n\t\"github.com/zeropsio/zerops-go/sdk\"\n\t\"github.com/zeropsio/zerops-go/sdkBase\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\n\tzdk := sdk.New(\n\t\tsdkBase.DefaultConfig(),\n\t\thttp.DefaultClient,\n\t)\n\n\tauthorizedSdk := sdk.AuthorizeSdk(zdk, os.Getenv(\"token\"))\n\n\tinfo, err := authorizedSdk.GetUserInfo(ctx)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\ti, err := info.Output()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tclientId := i.ClientUserList[0].ClientId\n\tfmt.Println(clientId)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Fzerops-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeropsio%2Fzerops-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Fzerops-go/lists"}