{"id":21873927,"url":"https://github.com/aguxez/godfist","last_synced_at":"2025-04-15T01:12:58.673Z","repository":{"id":62429851,"uuid":"92787822","full_name":"aguxez/godfist","owner":"aguxez","description":"Wrapper for League of Legends' ReST API written in Elixir!","archived":false,"fork":false,"pushed_at":"2018-11-07T23:34:00.000Z","size":535,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T01:12:38.802Z","etag":null,"topics":["elixir","league-of-legends","leagueoflegends","legends","lol","riot-games"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/godfist/Godfist.html","language":"Elixir","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/aguxez.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":"2017-05-30T01:18:38.000Z","updated_at":"2023-09-06T17:46:00.000Z","dependencies_parsed_at":"2022-11-01T20:03:29.439Z","dependency_job_id":null,"html_url":"https://github.com/aguxez/godfist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fgodfist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fgodfist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fgodfist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fgodfist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aguxez","download_url":"https://codeload.github.com/aguxez/godfist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986317,"owners_count":21194025,"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":["elixir","league-of-legends","leagueoflegends","legends","lol","riot-games"],"created_at":"2024-11-28T07:09:58.062Z","updated_at":"2025-04-15T01:12:58.646Z","avatar_url":"https://github.com/aguxez.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Godfist [![Build Status](https://travis-ci.org/aguxez/godfist.svg?branch=master)](https://travis-ci.org/aguxez/godfist)\n\n## Godfist is a wrapper for League of Legends' ReST API written in Elixir.\n\n#### Don't forget to check the [documentation](https://hexdocs.pm/godfist/Godfist.html) for a complete reference to the library.\n\n\u003cimg src=\"priv/godfist.png\" alt=\"Notify\" width=\"400\" height=\"300\" align=\"left\" /\u003e\n\n## Installation\n\nFirst include `godfist` in your `mix.exs` and add it to your applications.\n\n```elixir\n[extra_applications: :godfist, ...]\n...\n{:godfist, \"~\u003e 0.5.0\"}\n```\n\nYou can use `{:godfist, github: \"aguxez/godfist\"}` for the development version.\n\n#### Note: if a function is in the docs but not available in your package version, use Github's instead.\n\n## Usage\nRemember to set your api key on your `config.exs` with the next params.\n\n```elixir\nconfig :godfist,\n  token: \"YOUR API KEY\",\n  rates: :dev # or :prod\n```\n\nOr export the api key as \"RIOT_TOKEN\": `export RIOT_TOKEN=\"token\"` and start making calls.\n\n## Changes\n### 0.5.0 - 03/04/18\n1. Deprecated some masteries and runes functions in favor of reforged runes.\n2. Removed `passive/2` from `Godfist.DataDragon`.\n\n### 0.3.0 - 13/01/18\n1. Deprecated `Godfist.League.get_all/2` for `Godfist.League.league_by_id/2`.\n\n### 0.3.0\n1. Deprecated `Godfist.League.get_entry/2` for `Godfist.League.positions/2`.\n2. Rate limit options are not given to `config.exs` anymore, just `:token`.\n3. Implemented a different way of handling rate limits, soon to be overridable for your own solution.\n4. Removed some queues from the `Godfist.League` module.\n\n\n### TODO\n- [ ] Add tournament endpoints.\n- [ ] Let users implement their own rate limit solutions instead of the built-in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguxez%2Fgodfist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguxez%2Fgodfist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguxez%2Fgodfist/lists"}