{"id":15431338,"url":"https://github.com/mrusme/go-fleek","last_synced_at":"2025-08-29T16:32:27.072Z","repository":{"id":51251060,"uuid":"520273460","full_name":"mrusme/go-fleek","owner":"mrusme","description":"Tiny Go client library for the Fleek API","archived":false,"fork":false,"pushed_at":"2024-04-22T14:43:51.000Z","size":61,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T06:37:13.509Z","etag":null,"topics":["api","api-client","api-client-go","api-clients","cloud","dfinity","fleek","fleek-hosting","golang","golang-library","graphql","graphql-client","internet-computer","ipfs","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-08-01T21:59:43.000Z","updated_at":"2024-04-22T14:43:51.000Z","dependencies_parsed_at":"2022-09-01T17:03:31.144Z","dependency_job_id":"6a794415-d0a9-4701-8aa2-a627ca66cacb","html_url":"https://github.com/mrusme/go-fleek","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.2857142857142857,"last_synced_commit":"b3a0726a976c8dda7e722ea96e335a47f0c31e20"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-fleek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-fleek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-fleek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrusme%2Fgo-fleek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrusme","download_url":"https://codeload.github.com/mrusme/go-fleek/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231254756,"owners_count":18348520,"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","cloud","dfinity","fleek","fleek-hosting","golang","golang-library","graphql","graphql-client","internet-computer","ipfs","tiny"],"created_at":"2024-10-01T18:21:54.663Z","updated_at":"2024-12-26T18:51:27.504Z","avatar_url":"https://github.com/mrusme.png","language":"Go","funding_links":["https://github.com/mrusme#support"],"categories":[],"sub_categories":[],"readme":"go-fleek\n========\n[![godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://pkg.go.dev/github.com/mrusme/go-fleek) [![license](http://img.shields.io/badge/license-GPLv3-red.svg?style=flat)](https://raw.githubusercontent.com/mrusme/go-fleek/master/LICENSE)\n\nTiny Go library for the \n[Fleek API](https://docs.fleek.co/fleek-api/overview/).\n\n## Installation\n\n```sh\ngo get -u github.com/mrusme/go-fleek\n```\n\n\n## Getting Started\n\n\n### Querying Sites by Team ID\n\n```go\npackage main\n\nimport (\n  \"log\"\n  \"github.com/mrusme/go-fleek\"\n)\n\nfunc main() {\n  f := fleek.New(\"apiKeyHere\")\n\n  sites, err := f.GetSitesByTeamId(\"my-team\")\n  if err != nil {\n    log.Panic(err)\n  }\n\n  for _, site := range sites {\n    log.Printf(\n      \"Site ID: %v\\nName: %s\\nPlatform: %s\\n\\n\",\n      site.Id,\n      site.Name,\n      site.Platform,\n    )\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrusme%2Fgo-fleek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrusme%2Fgo-fleek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrusme%2Fgo-fleek/lists"}