{"id":20832881,"url":"https://github.com/udhos/a10-go-rest-client","last_synced_at":"2026-06-01T09:32:06.756Z","repository":{"id":56854925,"uuid":"155755833","full_name":"udhos/a10-go-rest-client","owner":"udhos","description":"Go golang API rest client for A10 Networks devices","archived":false,"fork":false,"pushed_at":"2018-11-23T14:25:10.000Z","size":44,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T21:00:48.660Z","etag":null,"topics":["a10","api","go","golang","golang-package","load-balancing","networking","rest"],"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/udhos.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-11-01T18:06:09.000Z","updated_at":"2022-08-18T07:15:13.000Z","dependencies_parsed_at":"2022-09-21T13:02:19.376Z","dependency_job_id":null,"html_url":"https://github.com/udhos/a10-go-rest-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udhos/a10-go-rest-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fa10-go-rest-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fa10-go-rest-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fa10-go-rest-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fa10-go-rest-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udhos","download_url":"https://codeload.github.com/udhos/a10-go-rest-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udhos%2Fa10-go-rest-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33769490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["a10","api","go","golang","golang-package","load-balancing","networking","rest"],"created_at":"2024-11-18T00:13:32.725Z","updated_at":"2026-06-01T09:32:06.729Z","avatar_url":"https://github.com/udhos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/udhos/a10-go-rest-client/blob/master/LICENSE)\n[![GoDoc](https://godoc.org/github.com/udhos/a10-go-rest-client?status.svg)](http://godoc.org/github.com/udhos/a10-go-rest-client/a10go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/udhos/a10-go-rest-client)](https://goreportcard.com/report/github.com/udhos/a10-go-rest-client)\n\n# a10-go-rest-client\nA10 golang rest client\n\n# Build\n\n    git clone https://github.com/udhos/a10-go-rest-client ;# clone outside of GOPATH\n    cd a10-go-rest-client\n    go test ./a10go\n    go install ./a10go\n    go install ./examples/...\n\n# Usage\n\n    import \"github.com/udhos/a10-go-rest-client/a10go\"\n\n    // (...)\n\n    options := a10go.Options{Debug: true} // client options\n    c := a10go.New(host, options) // create api client\n\n    errLogin := c.Login(user, pass) // open session\n    if errLogin != nil {\n        fmt.Printf(\"login failure: %v\", errLogin)\n        return\n    }\n    vServers := c.VirtualServerList()\n\n    c.Logout() // close session\n\nSee GoDoc: [http://godoc.org/github.com/udhos/a10-go-rest-client/a10go](http://godoc.org/github.com/udhos/a10-go-rest-client/a10go)\n\nSee [examples](https://github.com/udhos/a10-go-rest-client/tree/master/examples):\n\n- [a10list](https://github.com/udhos/a10-go-rest-client/blob/master/examples/a10list/main.go)\n- [a10server](https://github.com/udhos/a10-go-rest-client/blob/master/examples/a10server/main.go)\n- [a10sgroup](https://github.com/udhos/a10-go-rest-client/blob/master/examples/a10sgroup/main.go)\n- [a10vserver](https://github.com/udhos/a10-go-rest-client/blob/master/examples/a10vserver/main.go)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudhos%2Fa10-go-rest-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudhos%2Fa10-go-rest-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudhos%2Fa10-go-rest-client/lists"}