{"id":29177876,"url":"https://github.com/gitcoinco/allo-indexer-client","last_synced_at":"2025-08-02T02:12:17.982Z","repository":{"id":144720081,"uuid":"616487671","full_name":"gitcoinco/allo-indexer-client","owner":"gitcoinco","description":"A client for the Allo Protocol Indexer data","archived":false,"fork":false,"pushed_at":"2023-10-05T11:48:16.000Z","size":135,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-07-21T16:11:35.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitcoinco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-03-20T13:39:21.000Z","updated_at":"2023-08-13T00:07:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd423640-02af-422d-a9be-c7164a615973","html_url":"https://github.com/gitcoinco/allo-indexer-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gitcoinco/allo-indexer-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fallo-indexer-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fallo-indexer-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fallo-indexer-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fallo-indexer-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitcoinco","download_url":"https://codeload.github.com/gitcoinco/allo-indexer-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitcoinco%2Fallo-indexer-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268326739,"owners_count":24232496,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2025-07-01T18:08:59.643Z","updated_at":"2025-08-02T02:12:17.956Z","avatar_url":"https://github.com/gitcoinco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Allo indexer client\n\nA typescript client for the [Allo Indexer](https://github.com/gitcoinco/allo-indexer).\n\n## Installation\n\n```\nnpm install git+https://github.com/gitcoinco/allo-indexer-client.git\n```\n\n## Example\n\n```javascript\nimport { Client } from \"allo-indexer-client\";\n\nconst baseURI = \"https://grants-stack-indexer.fly.dev/\";\nconst chainId = 1;\nconst fetchImplementation = fetch;\nconst client = new Client(fetchImplementation, baseURI, chainId);\n\n(async () =\u003e {\n  const projects = await client.getProjects();\n  console.log(projects);\n})();\n```\n\n### Cli\n\n```\ngit clone git@github.com:gitcoinco/allo-indexer-client.git\ncd allo-indexer-client\n\nnpm run cli -- projects\nnpm run cli -- project --projectNumber 12\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcoinco%2Fallo-indexer-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitcoinco%2Fallo-indexer-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitcoinco%2Fallo-indexer-client/lists"}