{"id":16515295,"url":"https://github.com/pine/crystal-github-simple","last_synced_at":"2025-09-10T11:32:57.616Z","repository":{"id":72480978,"uuid":"44753563","full_name":"pine/crystal-github-simple","owner":"pine","description":":octocat: Simple GitHub API client for Crystal","archived":false,"fork":false,"pushed_at":"2015-12-05T21:34:23.000Z","size":21,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T22:39:16.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/pine.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":"2015-10-22T15:11:53.000Z","updated_at":"2020-01-24T03:23:32.000Z","dependencies_parsed_at":"2023-03-14T08:15:59.000Z","dependency_job_id":null,"html_url":"https://github.com/pine/crystal-github-simple","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pine/crystal-github-simple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-github-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-github-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-github-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-github-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/crystal-github-simple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-github-simple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274455432,"owners_count":25288557,"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-09-10T02:00:12.551Z","response_time":83,"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":"2024-10-11T16:16:35.706Z","updated_at":"2025-09-10T11:32:57.557Z","avatar_url":"https://github.com/pine.png","language":"Crystal","readme":"# crystal-github-simple [![Build Status](https://travis-ci.org/pine613/crystal-github-simple.svg)](https://travis-ci.org/pine613/crystal-github-simple) [![docrystal.org](http://docrystal.org/badge.svg?style=round)](http://docrystal.org/github.com/pine613/crystal-github-simple)\n\nA [Crystal](http://crystal-lang.org/) wrapper for the [GitHub](https://github.com/) API.\n\n## Installation\n\nAdd this line to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  github_simple:\n    github: pine613/crystal-github-simple\n    branch: master\n```\n\n## Usage\n\nSee example `example/commits.cr`.\n\n```crystal\nrequire \"github_simple\"\n\ninclude GitHub::Simple\n\nclient = Client.new\nclient.auto_paginate = true\nclient.access_token  = \"GITHUB_ACCESS_TOKEN\"\n\np client.repos(\"owner\", \"repo\").commits\np client.repos(\"owner\", \"repo\").commit(\"sha\")\n```\n\n\n## Contributing\n\n1. Fork it ( https://github.com/pine613/crystal-github-simple/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## License\nMIT License\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-github-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fcrystal-github-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-github-simple/lists"}