{"id":21873931,"url":"https://github.com/aguxez/valvex","last_synced_at":"2025-03-21T23:17:08.771Z","repository":{"id":57578470,"uuid":"92248460","full_name":"aguxez/valvex","owner":"aguxez","description":"Wrapper for Steam's ReST API in Elixir!","archived":false,"fork":false,"pushed_at":"2017-08-06T23:46:25.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T17:37:15.246Z","etag":null,"topics":["elixir","steam"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/valvex/Valvex.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-24T04:04:43.000Z","updated_at":"2017-05-24T08:26:15.000Z","dependencies_parsed_at":"2022-09-26T19:11:01.448Z","dependency_job_id":null,"html_url":"https://github.com/aguxez/valvex","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%2Fvalvex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fvalvex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fvalvex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguxez%2Fvalvex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aguxez","download_url":"https://codeload.github.com/aguxez/valvex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880661,"owners_count":20525515,"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","steam"],"created_at":"2024-11-28T07:09:58.219Z","updated_at":"2025-03-21T23:17:08.752Z","avatar_url":"https://github.com/aguxez.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Valvex\n\n### Valvex is a simple wrapper around the Steam ReST API written in Elixir!\n\n#### Check the [documentation](https://hexdocs.pm/valvex/Valvex.html#content) for the full API reference.\n\n## Installation\nFirst include `Valvex` in your `mix.exs`.\n\n```elixir\n{:valvex, \"~\u003e 0.3.1\"}\n```\n\nAnd make sure that it's initialized before your application:\n\n```elixir\n[extra_applications: :valvex, ...]\n```\n\n## Usage\nRemember to set your the token Steam gives you on your `config.exs`.\n\n```elixir\nconfig :valvex, token: \"your-token\"\n```\n\nOr export the variable name as: `export STEAM_TOKEN=\"your-token\"`.\n\nThen put it on your Supervision tree or something:\n\n```elixir\niex\u003e Valvex.start_link() # If you set the variable before.\n\niex\u003e Valvex.start_link(\"your-token\") # Pass it directly if you didn't set it before.\n```\n\nNow start doing your stuff.\n\n### TODO:\n\n1. There's a module that I didn't complete because I honestly didn't understand it and I didn't want to have it half complete, I just didn't even start it.\n\n[This one](https://github.com/aguxez/valvex/blob/master/lib/valvex/api/stats_game.ex) If you're kind and would like to do it I would have absolutely no problem.\n\n2. Add support for IEconService endpoints.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguxez%2Fvalvex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguxez%2Fvalvex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguxez%2Fvalvex/lists"}