.github/CODE_OF_CONDUCT.md | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
CHANGELOG.md | |
|
|
Gemfile | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
Rakefile | |
|
|
lib/rating_chgk_v2.rb | 18 | A 0 mins |
|
lib/rating_chgk_v2/client.rb | 12 | A 0 mins |
|
lib/rating_chgk_v2/collections/base_collection.rb | 35 | A 0 mins |
|
lib/rating_chgk_v2/collections/countries_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/player_seasons_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/player_tournaments_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/players_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/regions_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/releases_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/seasons_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/team_tournaments_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/teams_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/tournament_appeals_collection.rb | 7 | A 0 mins |
|
lib/rating_chgk_v2/collections/tournament_flags_collection.rb | 7 | A 0 mins |
|
lib/rating_chgk_v2/collections/tournament_requests_collection.rb | 7 | A 0 mins |
|
lib/rating_chgk_v2/collections/tournament_results_collection.rb | 7 | A 0 mins |
|
lib/rating_chgk_v2/collections/tournament_types_collection.rb | 7 | A 0 mins |
|
lib/rating_chgk_v2/collections/tournaments_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/towns_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/venue_types_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/collections/venues_collection.rb | 8 | A 0 mins |
|
lib/rating_chgk_v2/concerns/paginated.rb | 25 | A 0 mins |
|
lib/rating_chgk_v2/connection.rb | 29 | A 0 mins |
|
lib/rating_chgk_v2/data/authentication_token.yml | |
|
|
lib/rating_chgk_v2/data/country.yml | |
|
|
lib/rating_chgk_v2/data/player.yml | |
|
|
lib/rating_chgk_v2/data/player_season.yml | |
|
|
lib/rating_chgk_v2/data/player_tournament.yml | |
|
|
lib/rating_chgk_v2/data/region.yml | |
|
|
lib/rating_chgk_v2/data/release.yml | |
|
|
lib/rating_chgk_v2/data/season.yml | |
|
|
lib/rating_chgk_v2/data/team.yml | |
|
|
lib/rating_chgk_v2/data/team_tournament.yml | |
|
|
lib/rating_chgk_v2/data/tournament.yml | |
|
|
lib/rating_chgk_v2/data/tournament_flag.yml | |
|
|