{"id":22785483,"url":"https://github.com/imseanconroy/go-client","last_synced_at":"2026-05-02T13:31:54.164Z","repository":{"id":253517512,"uuid":"843747134","full_name":"ImSeanConroy/go-client","owner":"ImSeanConroy","description":"Go client library for custom Terraform Provider","archived":false,"fork":false,"pushed_at":"2025-06-22T17:22:27.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T18:27:03.223Z","etag":null,"topics":["terraform"],"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/ImSeanConroy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-17T09:46:03.000Z","updated_at":"2025-06-22T17:22:31.000Z","dependencies_parsed_at":"2024-08-20T10:21:07.151Z","dependency_job_id":null,"html_url":"https://github.com/ImSeanConroy/go-client","commit_stats":null,"previous_names":["imseanconroy/go-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImSeanConroy/go-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImSeanConroy%2Fgo-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImSeanConroy%2Fgo-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImSeanConroy%2Fgo-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImSeanConroy%2Fgo-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImSeanConroy","download_url":"https://codeload.github.com/ImSeanConroy/go-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImSeanConroy%2Fgo-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":["terraform"],"created_at":"2024-12-11T23:06:24.480Z","updated_at":"2026-05-02T13:31:54.156Z","avatar_url":"https://github.com/ImSeanConroy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-client\nGo client library for custom Terraform Provider\n\n## Getting Started\n\n### Installing\n\nTo start using `go-client`, install Go and the following command:\n\n`$ go get -u github.com/imseanconroy/go-client`\n\n### Basic Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/imseanconroy/go-client\"\n)\n\nfunc main() {\n\ttoken := \"YOUR_TOKEN\"\n\tclient, err := client.NewClient(\"http://localhost:3000\", token)\n\tif err != nil {\n\t\tlog.Fatalf(\"Error creating client: %v\", err)\n\t}\n\n\tres, _ := client.Get(\"/tasks\")\n\tfmt.Println(res.Get(\"0.description\").String())\n}\n```\n\nThis will print something like:\n\n```\nCreate go client\n```\n\n## Contributing\n\nContributions are welcome. Please open an issue or submit a pull request for any enhancements or bug fixes.\n\n## License\n\nThis project is Distributed under the MIT License - see the [LICENSE](LICENSE) file for information.\n\n## Support\n\nIf you are having problems, please let me know by [raising a new issue](https://github.com/ImSeanConroy/go-client/issues/new/choose).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimseanconroy%2Fgo-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimseanconroy%2Fgo-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimseanconroy%2Fgo-client/lists"}