{"id":15431177,"url":"https://github.com/mrusme/go-render","last_synced_at":"2025-03-28T05:40:46.526Z","repository":{"id":75669056,"uuid":"495139962","full_name":"mrusme/go-render","owner":"mrusme","description":"Tiny Go client library for the Render.com API","archived":false,"fork":false,"pushed_at":"2022-08-28T14:59:29.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T06:36:26.159Z","etag":null,"topics":["api","api-client","api-client-go","api-clients","api-rest","client","client-library","go","golang","library","render","render-com","tiny"],"latest_commit_sha":null,"homepage":"https://xn--gckvb8fzb.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrusme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://github.com/mrusme#support"]}},"created_at":"2022-05-22T18:12:45.000Z","updated_at":"2024-06-08T02:35:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eff30e6-1bf1-42bb-8e7c-adff09d9f386","html_url":"https://github.com/mrusme/go-render","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/mrusme%2Fgo-render","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-render/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-render/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-render/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrusme","download_url":"https://codeload.github.com/mrusme/go-render/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978206,"owners_count":20703676,"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":["api","api-client","api-client-go","api-clients","api-rest","client","client-library","go","golang","library","render","render-com","tiny"],"created_at":"2024-10-01T18:20:51.699Z","updated_at":"2025-03-28T05:40:46.505Z","avatar_url":"https://github.com/mrusme.png","language":"Go","readme":"go-render\n=========\n[![godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://pkg.go.dev/github.com/mrusme/go-render) [![license](http://img.shields.io/badge/license-GPLv3-red.svg?style=flat)](https://raw.githubusercontent.com/mrusme/go-render/master/LICENSE)\n\n\nTiny Go library for the \n[Render API](https://api-docs.render.com/reference/introduction).\n\n\n## Installation\n\n```sh\ngo get -u github.com/mrusme/go-render\n```\n\n\n## Getting Started\n\n\n### Listing Services\n\n```go\npackage main\n\nimport (\n  \"log\"\n  \"encoding/json\"\n  \"github.com/mrusme/go-render\"\n)\n\nfunc main() {\n  r := render.New(\"apiKeyHere\")\n\n  services, err := r.ListServices()\n  if err != nil {\n    log.Panic(err)\n  }\n\n  for _, service := range services {\n    b, _ := json.MarshalIndent(service, \"\", \"    \")\n    log.Printf(\"%s\\n\\n\", string(b))\n  }\n}\n```\n\n","funding_links":["https://github.com/mrusme#support"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrusme%2Fgo-render","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrusme%2Fgo-render","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrusme%2Fgo-render/lists"}