{"id":15533939,"url":"https://github.com/luhluh-17/challonge-api-wrapper","last_synced_at":"2025-03-28T22:42:41.868Z","repository":{"id":113735567,"uuid":"557149596","full_name":"luhluh-17/challonge-api-wrapper","owner":"luhluh-17","description":"Ruby API Wrapper for Challonge","archived":false,"fork":false,"pushed_at":"2022-10-25T12:09:50.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T09:16:43.329Z","etag":null,"topics":["api","challonge","gem","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/luhluh-17.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-10-25T06:58:04.000Z","updated_at":"2022-10-25T12:11:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a69137a-2de7-4064-b2dc-c94218188456","html_url":"https://github.com/luhluh-17/challonge-api-wrapper","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/luhluh-17%2Fchallonge-api-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fchallonge-api-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fchallonge-api-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luhluh-17%2Fchallonge-api-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luhluh-17","download_url":"https://codeload.github.com/luhluh-17/challonge-api-wrapper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246112638,"owners_count":20725300,"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":["api","challonge","gem","ruby"],"created_at":"2024-10-02T11:40:30.234Z","updated_at":"2025-03-28T22:42:41.849Z","avatar_url":"https://github.com/luhluh-17.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Challonge-API-Wrapper\n\nRuby API Wrapper for [Challonge](https://challonge.com/)\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add challonge\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install challonge\n\n## Usage\n\n### Tournament\nhttps://api.challonge.com/v1/documents/tournaments/index#\n\nList all tournament\n```ruby\nChallonge::Tournament.all\n```\nfilter all tournament using parameters\n\n```ruby\nChallonge::Tournament.all(args: {state: 'ended'})\n```\n\nFind tournament by id\n```ruby\nChallonge::Tournament.find_by_id(id: 1)\n```\nCreate new tournament\nCurrently only accepts name as parameter\n```ruby\nChallonge::Tournament.create(name: 'My-Tournament')\n```\nEdit Tournament\nCan only edit the tournament name\n```ruby\nChallonge::Tournament.update(id: 1, name: 'Tournament')\n```\nDelete Tournament\n```ruby\nChallonge::Tournament.delete(id: 1)\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/luhluh/challonge. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/luhluh-17/challonge/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Challonge project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/luhluh-17/challonge/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluhluh-17%2Fchallonge-api-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluhluh-17%2Fchallonge-api-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluhluh-17%2Fchallonge-api-wrapper/lists"}