{"id":21878306,"url":"https://github.com/pepabo/go-netapp","last_synced_at":"2025-04-15T03:04:32.854Z","repository":{"id":46579337,"uuid":"105720602","full_name":"pepabo/go-netapp","owner":"pepabo","description":"golang's netapp client","archived":false,"fork":false,"pushed_at":"2021-10-04T23:40:20.000Z","size":250,"stargazers_count":16,"open_issues_count":2,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-15T03:04:20.376Z","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/pepabo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-10-04T01:21:02.000Z","updated_at":"2021-11-14T20:04:28.000Z","dependencies_parsed_at":"2022-07-20T06:32:21.826Z","dependency_job_id":null,"html_url":"https://github.com/pepabo/go-netapp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgo-netapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgo-netapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgo-netapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepabo%2Fgo-netapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepabo","download_url":"https://codeload.github.com/pepabo/go-netapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997083,"owners_count":21195798,"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-28T08:12:16.400Z","updated_at":"2025-04-15T03:04:32.821Z","avatar_url":"https://github.com/pepabo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-netapp\ngolang's netapp client\n\n## example\n\n```golang\n\nc, err := netapp.NewClient(\n    \u003cyour endpoint\u003e,\n    \u003cyour version\u003e,\n    \u0026netapp.ClientOptions{\n    },\n)\nif err != nil {\n        fmt.Fprintf(os.Stderr, \"error: %v\\n\", err)\n        os.Exit(1)\n}\n\nqRes, _, err := c.QuotaReport.Report(\u0026netapp.QuotaReportOptions{\n        MaxRecords: 1,\n        Query: \u0026netapp.QuotaReportEntryQuery{\n                QuotaReportEntry: \u0026netapp.QuotaReportEntry{\n                        QuotaTarget: quotaTarget,\n                },\n        },\n})\n```\n\n## Contribution\n\n1. Fork ([https://github.com/pepabo/go-netapp/fork](https://github.com/pepabo/go-netapp/fork))\n1. Create a feature branch\n1. Commit your changes\n1. Rebase your local changes against the master branch\n1. Run test suite with the `go test ./...` command and confirm that it passes\n1. Run `gofmt -s`\n1. Create a new Pull Request\n\n## Author\n\n[pyama86](https://github.com/pyama86)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fgo-netapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepabo%2Fgo-netapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepabo%2Fgo-netapp/lists"}