{"id":24930207,"url":"https://github.com/cgascoig/intersight-simple-go","last_synced_at":"2025-03-28T13:41:20.191Z","repository":{"id":65664364,"uuid":"542845726","full_name":"cgascoig/intersight-simple-go","owner":"cgascoig","description":"A simple to use Go client for the Cisco Intersight API","archived":false,"fork":false,"pushed_at":"2023-08-08T00:08:33.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T13:53:48.917Z","etag":null,"topics":["cisco","go","golang","intersight","intersight-api"],"latest_commit_sha":null,"homepage":"","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/cgascoig.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}},"created_at":"2022-09-29T00:20:58.000Z","updated_at":"2023-02-09T06:09:36.000Z","dependencies_parsed_at":"2023-02-18T02:55:20.262Z","dependency_job_id":null,"html_url":"https://github.com/cgascoig/intersight-simple-go","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgascoig%2Fintersight-simple-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgascoig%2Fintersight-simple-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgascoig%2Fintersight-simple-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgascoig%2Fintersight-simple-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgascoig","download_url":"https://codeload.github.com/cgascoig/intersight-simple-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246040200,"owners_count":20713944,"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":["cisco","go","golang","intersight","intersight-api"],"created_at":"2025-02-02T13:53:50.812Z","updated_at":"2025-03-28T13:41:20.156Z","avatar_url":"https://github.com/cgascoig.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Tests](https://github.com/cgascoig/intersight-simple-go/actions/workflows/ci.yml/badge.svg)](https://github.com/cgascoig/intersight-simple-go/actions/workflows/ci.yml) \n[![GoDoc](https://godoc.org/github.com/cgascoig/intersight-simple-go?status.svg)](https://godoc.org/github.com/cgascoig/intersight-simple-go)\n[![Go Report](https://goreportcard.com/badge/github.com/cgascoig/intersight-simple-go)](https://goreportcard.com/report/github.com/cgascoig/intersight-simple-go)\n\nThis module provides a simple to use client for the Intersight API. \n\n## Features\n- Handles signature authentication and supports both v2 and v3 keys.\n- Faster compile time\n- Simple to use\n- Automatic configuration using environment variables\n\n## Installation\n```\ngo get github.com/cgascoig/intersight-simple-go\n```\n\n## Usage\nBelow is a simple example Go program that shows how to use this module\n\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/cgascoig/intersight-simple-go/intersight\"\n)\n\nfunc main() {\n\tclient, err := intersight.NewClient()\n\tif err != nil {\n\t\tlog.Fatalf(\"Error creating client: %v\", err)\n\t}\n\n\tresult, err := client.Get(\"/api/v1/ntp/Policies\")\n\tif err != nil {\n\t\tlog.Fatalf(\"Error in API call: %v\", err)\n\t}\n\n\tfmt.Printf(\"Result: \\n%v\", result)\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgascoig%2Fintersight-simple-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgascoig%2Fintersight-simple-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgascoig%2Fintersight-simple-go/lists"}