{"id":37112862,"url":"https://github.com/seagate/gofish","last_synced_at":"2026-01-14T13:20:13.392Z","repository":{"id":65177401,"uuid":"585620666","full_name":"Seagate/gofish","owner":"Seagate","description":"Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.","archived":true,"fork":true,"pushed_at":"2023-01-12T15:47:47.000Z","size":9487,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T00:28:08.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"stmcginnis/gofish","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seagate.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":"2023-01-05T16:30:29.000Z","updated_at":"2024-03-22T19:15:54.000Z","dependencies_parsed_at":"2023-02-09T12:31:59.739Z","dependency_job_id":null,"html_url":"https://github.com/Seagate/gofish","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Seagate/gofish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seagate%2Fgofish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seagate%2Fgofish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seagate%2Fgofish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seagate%2Fgofish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seagate","download_url":"https://codeload.github.com/Seagate/gofish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seagate%2Fgofish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T13:20:12.089Z","updated_at":"2026-01-14T13:20:13.314Z","avatar_url":"https://github.com/Seagate.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":" # Gofish - Redfish and Swordfish client library\n\n[![Go Doc](https://godoc.org/github.com/stmcginnis/gofish?status.svg)](http://godoc.org/github.com/stmcginnis/gofish)\n[![Go Report Card](https://goreportcard.com/badge/github.com/stmcginnis/gofish?branch=main)](https://goreportcard.com/report/github.com/stmcginnis/gofish)\n[![Releases](https://img.shields.io/github/release/stmcginnis/gofish/all.svg?style=flat-square)](https://github.com/stmcginnis/gofish/releases)\n[![LICENSE](https://img.shields.io/github/license/stmcginnis/gofish.svg?style=flat-square)](https://github.com/stmcginnis/gofish/blob/main/LICENSE)\n\n![Gofish Logo](./images/gofish200x117.png)\n\n## Introduction\n\nGofish is a Golang library for interacting with [DMTF\nRedfish](https://www.dmtf.org/standards/redfish) and [SNIA\nSwordfish](https://www.snia.org/forums/smi/swordfish) enabled devices.\n\n## Usage ##\n\nBasic usage would be:\n\n```go\n\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/stmcginnis/gofish\"\n)\n\nfunc main() {\n    c, err := gofish.ConnectDefault(\"http://localhost:5000\")\n    if err != nil {\n        panic(err)\n    }\n\n    service := c.Service\n    chassis, err := service.Chassis()\n    if err != nil {\n        panic(err)\n    }\n\n    for _, chass := range chassis {\n        fmt.Printf(\"Chassis: %#v\\n\\n\", chass)\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseagate%2Fgofish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseagate%2Fgofish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseagate%2Fgofish/lists"}