{"id":21625848,"url":"https://github.com/hostari/thunderstore_client","last_synced_at":"2026-07-09T20:31:36.761Z","repository":{"id":40656873,"uuid":"484604322","full_name":"hostari/thunderstore_client","owner":"hostari","description":"A crystal lang wrapper over the Thunderstore API","archived":false,"fork":false,"pushed_at":"2025-04-02T10:12:28.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T23:28:48.047Z","etag":null,"topics":["crystal","thunderstore"],"latest_commit_sha":null,"homepage":"https://hostari.github.io/thunderstore_client/","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/hostari.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}},"created_at":"2022-04-23T00:08:09.000Z","updated_at":"2025-04-02T10:11:20.000Z","dependencies_parsed_at":"2024-04-15T07:36:10.368Z","dependency_job_id":null,"html_url":"https://github.com/hostari/thunderstore_client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hostari/thunderstore_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostari%2Fthunderstore_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostari%2Fthunderstore_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostari%2Fthunderstore_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostari%2Fthunderstore_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hostari","download_url":"https://codeload.github.com/hostari/thunderstore_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hostari%2Fthunderstore_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35312540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"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":["crystal","thunderstore"],"created_at":"2024-11-25T01:10:54.322Z","updated_at":"2026-07-09T20:31:36.738Z","avatar_url":"https://github.com/hostari.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# thunderstore_client\n\nThe Thunderstore API Crystal wrapper. Fetch game modification info from your\nCrystal code.\n\nCopyright 2022-2024 Hostari Philippines, Inc. See LICENSE for copying information.\n\n📝 Implements: [REST API Reference (V1)](https://valheim.thunderstore.io/api/docs/)\n😘 Maintainer(s): @xaviablaza\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     thunderstore_client:\n       github: hostari/thunderstore_client\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"thunderstore_client\"\n```\n\nBuild a new Thunderstore client with the `community` that you want to target.\n\n```crystal\nclient = Thunderstore::Client.new\nclient.set_community(\"valheim\")\n```\n\nThen, your client is ready to be consumed!\n\n## Resource Methods\n\nMost useful available Thunderstore API resources are implemented.\n\n### Package\n- **v1_package_list**\n  - **List Packages**\n    - `Thunderstore::Package.list(client : Thunderstore::Client) : Array(Thunderstore::Package)`\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/hostari/thunderstore_client/fork\u003e)\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## Contributors\n\n- [Xavi Ablaza](https://github.com/xaviablaza) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostari%2Fthunderstore_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhostari%2Fthunderstore_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostari%2Fthunderstore_client/lists"}