{"id":13714108,"url":"https://github.com/fishman/go-freenas","last_synced_at":"2026-01-14T19:46:54.304Z","repository":{"id":57573624,"uuid":"145327023","full_name":"fishman/go-freenas","owner":"fishman","description":"Golang FreeNAS api client","archived":false,"fork":false,"pushed_at":"2018-08-21T18:17:43.000Z","size":25,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T01:40:21.224Z","etag":null,"topics":["freenas","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fishman.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":"2018-08-19T18:14:09.000Z","updated_at":"2021-10-22T06:24:53.000Z","dependencies_parsed_at":"2022-09-18T04:10:47.845Z","dependency_job_id":null,"html_url":"https://github.com/fishman/go-freenas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fishman/go-freenas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishman%2Fgo-freenas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishman%2Fgo-freenas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishman%2Fgo-freenas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishman%2Fgo-freenas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fishman","download_url":"https://codeload.github.com/fishman/go-freenas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fishman%2Fgo-freenas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","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":["freenas","go"],"created_at":"2024-08-02T23:01:52.411Z","updated_at":"2026-01-14T19:46:54.287Z","avatar_url":"https://github.com/fishman.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# go-freenas\n\n[![Build Status](https://travis-ci.org/fishman/go-freenas.svg?branch=master)](https://travis-ci.org/fishman/go-freenas) \n\ngo-freenas is a Go client library for accessing the [FreeNAS API](http://api.freenas.org).\n\n## Usage ##\n\n```go\nimport \"github.com/fishman/go-freenas/freenas\"\n```\n\nConstruct a new FreeNAS client, then use the various services on the client to\naccess different parts of the FreeNAS API. For example:\n\n```go\npackage main\n\nimport (\n  \"context\"\n  \"fmt\"\n\n  \"github.com/fishman/go-freenas/freenas\"\n)\n\nfunc main() {\n  client := freenas.NewClient(\"http://freenas.local\", \"root\", \"freenas\")\n  // Turn on debugging\n  client.Debug(true)\n\n  shares, _, _ := client.NfsShares.List(context.Background())\n\n  for _, element := range shares {\n      fmt.Println(element.ID, element.Paths)\n  }\n\n}\n```\n## Ref ##\n- google go-github client\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishman%2Fgo-freenas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffishman%2Fgo-freenas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffishman%2Fgo-freenas/lists"}