soccerama 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c0761c8b343499ba0c4c4e0876c523b552bf14e3
4
+ data.tar.gz: 772d8117b5f849028b81c36d33f1500dfa09540b
5
+ SHA512:
6
+ metadata.gz: c743fe35f6ebf6e9b45cdcdd0ba4dbe7a0a33ff1dc3df8299a68363fc0800c5784ca4569bbd70ead7c2dcaa7ac244bc612d0245c54eab7b920c3fd2775bfb517
7
+ data.tar.gz: e26cd0d5dad5599534576e7581fc350c0da9fddce0816bf4f106a69aa31b54e9d18a90131e5949c664d44431c7f33a40cfdd31d5758d771002943cae3631ca69
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ .idea/
11
+ .env
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.3.0
4
+ before_install: gem install bundler -v 1.11.2
@@ -0,0 +1,49 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of
4
+ fostering an open and welcoming community, we pledge to respect all people who
5
+ contribute through reporting issues, posting feature requests, updating
6
+ documentation, submitting pull requests or patches, and other activities.
7
+
8
+ We are committed to making participation in this project a harassment-free
9
+ experience for everyone, regardless of level of experience, gender, gender
10
+ identity and expression, sexual orientation, disability, personal appearance,
11
+ body size, race, ethnicity, age, religion, or nationality.
12
+
13
+ Examples of unacceptable behavior by participants include:
14
+
15
+ * The use of sexualized language or imagery
16
+ * Personal attacks
17
+ * Trolling or insulting/derogatory comments
18
+ * Public or private harassment
19
+ * Publishing other's private information, such as physical or electronic
20
+ addresses, without explicit permission
21
+ * Other unethical or unprofessional conduct
22
+
23
+ Project maintainers have the right and responsibility to remove, edit, or
24
+ reject comments, commits, code, wiki edits, issues, and other contributions
25
+ that are not aligned to this Code of Conduct, or to ban temporarily or
26
+ permanently any contributor for other behaviors that they deem inappropriate,
27
+ threatening, offensive, or harmful.
28
+
29
+ By adopting this Code of Conduct, project maintainers commit themselves to
30
+ fairly and consistently applying these principles to every aspect of managing
31
+ this project. Project maintainers who do not follow or enforce the Code of
32
+ Conduct may be permanently removed from the project team.
33
+
34
+ This code of conduct applies both within project spaces and in public spaces
35
+ when an individual is representing the project or its community.
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
38
+ reported by contacting a project maintainer at thesunwave@yandex.ru. All
39
+ complaints will be reviewed and investigated and will result in a response that
40
+ is deemed necessary and appropriate to the circumstances. Maintainers are
41
+ obligated to maintain confidentiality with regard to the reporter of an
42
+ incident.
43
+
44
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
45
+ version 1.3.0, available at
46
+ [http://contributor-covenant.org/version/1/3/0/][version]
47
+
48
+ [homepage]: http://contributor-covenant.org
49
+ [version]: http://contributor-covenant.org/version/1/3/0/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in soccerama.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Artur Borisovich
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,51 @@
1
+ # Soccerama
2
+
3
+ The gem is development currently and so his code might be smell.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'soccerama'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install soccerama
20
+
21
+ ## Usage
22
+
23
+ The wrapper has methods for gets some data from Soccerama.
24
+ Just set you api key as ENV['SOCCERAMA_API_KEY'] or create instance of Soccerama::Client with you api in attribute. Like this:
25
+
26
+ `@client = Soccerama::Client.new('YOUR_API_KEY')`
27
+
28
+ For example, you can get current competitions:
29
+
30
+ `@competitions = @client.competitions`
31
+
32
+ or
33
+
34
+ `@competitions = @client.competitions(10)`
35
+ to obtain a particular competition
36
+
37
+ ## Development
38
+
39
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
40
+
41
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
42
+
43
+ ## Contributing
44
+
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/thesunwave/soccerama-api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
46
+
47
+
48
+ ## License
49
+
50
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
51
+
data/Rakefile ADDED
@@ -0,0 +1,11 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
7
+
8
+ desc "Open an irb session preloaded with this library"
9
+ task :c do
10
+ sh "irb -rubygems -I lib -r soccerama.rb"
11
+ end
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "soccerama"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/lib/soccerama.rb ADDED
@@ -0,0 +1,8 @@
1
+ require 'httparty'
2
+
3
+ require 'soccerama/version'
4
+ require 'soccerama/client'
5
+
6
+ module Soccerama
7
+
8
+ end
@@ -0,0 +1,34 @@
1
+ Dir[File.dirname(__FILE__) + '/client/*.rb'].each {|file| require file }
2
+ require 'soccerama/exceptions'
3
+
4
+ module Soccerama
5
+ class Client
6
+ include HTTParty
7
+ include Soccerama::Client::Commentaries
8
+ include Soccerama::Client::Competitions
9
+ include Soccerama::Client::Connection
10
+ include Soccerama::Client::Countries
11
+ include Soccerama::Client::Events
12
+ include Soccerama::Client::Livescores
13
+ include Soccerama::Client::Match
14
+ include Soccerama::Client::Player
15
+ include Soccerama::Client::Results
16
+ include Soccerama::Client::Seasons
17
+ include Soccerama::Client::Standings
18
+ include Soccerama::Client::Statistics
19
+ include Soccerama::Client::Teams
20
+ include Soccerama::Client::VideoHighlights
21
+
22
+ URL_PREFIX = 'https://api.soccerama.pro/%{api_version}/'
23
+ format :json
24
+
25
+ attr_reader :api_token
26
+
27
+ def initialize(api_token = nil, api_version = 'v1.1')
28
+ @api_token ||= api_token || ENV['SOCCERAMA_API_TOKEN']
29
+ @url = URL_PREFIX % { api_version: api_version }
30
+ self.class.base_uri(@url)
31
+ self.class.default_options.merge!(query: { api_token: @api_token })
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,9 @@
1
+ module Soccerama
2
+ class Client
3
+ module Commentaries
4
+ def commentaries(match_id)
5
+ get("/commentaries/match/#{match_id}").fetch('commentaries')
6
+ end
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,14 @@
1
+ module Soccerama
2
+ class Client
3
+ module Competitions
4
+
5
+ def competitions(competition_id = nil, options: nil)
6
+ unless competition_id
7
+ get('/competitions', { include: options })['data']
8
+ else
9
+ get("/competitions/#{competition_id}", { include: options })
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,28 @@
1
+ module Soccerama
2
+ class Client
3
+ module Connection
4
+
5
+ def get(path, options = {})
6
+ req :get, path, options
7
+ end
8
+
9
+ private
10
+
11
+ def req(http_method, path, options = {})
12
+ normalizer = HTTParty::Request::NON_RAILS_QUERY_STRING_NORMALIZER
13
+ options[:api_token] = @api_token
14
+ response = self.class.send(http_method, path, query: normalizer[options])
15
+ resp = JSON.parse(response.body)
16
+ if resp['error']
17
+ if resp['error']['code'] == 401
18
+ raise Soccerama::Exceptions::UnpaidPlanException
19
+ elsif resp['error']['code'] == 500
20
+ raise Soccerama::Exceptions::InvalidRequest
21
+ end
22
+ else
23
+ resp
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,12 @@
1
+ module Soccerama
2
+ class Client
3
+ module Countries
4
+
5
+ def countries(country_id = nil, options: nil)
6
+ endpoint = '/countries'
7
+ endpoint += "/#{id}" if country_id
8
+ get(endpoint, { include: options }).fetch('data')
9
+ end
10
+ end
11
+ end
12
+ end
@@ -0,0 +1,10 @@
1
+ module Soccerama
2
+ class Client
3
+ module Events
4
+ def events(match_id, options: nil)
5
+ endpoint = "/events/match/#{match}"
6
+ get(endpoint, { include: options }).fetch('data')
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,22 @@
1
+ module Soccerama
2
+ class Client
3
+ module Livescores
4
+
5
+ def fixtures_for_today(options: nil)
6
+ get("/livescore", { include: options }).fetch('fixtures')
7
+ end
8
+
9
+ def currently_played(options: nil)
10
+ get("/livescore/now", { include: options }).fetch('fixtures')
11
+ end
12
+
13
+ def fixtures_for_date(date, options: nil)
14
+ get("/livescore/date/#{date}", { include: options }).fetch('fixtures')
15
+ end
16
+
17
+ def find_by_id(match_id, options: nil)
18
+ get("/livescore/match/#{match_id}", { include: options })
19
+ end
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,14 @@
1
+ module Soccerama
2
+ class Client
3
+ module Match
4
+
5
+ def match_by_id(match_id, options: nil)
6
+ get("/matches/#{match_id}", { include: options })
7
+ end
8
+
9
+ def events_in_match(match_id, options: nil)
10
+ get("/events/match/#{match_id}", { include: options })
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,18 @@
1
+ module Soccerama
2
+ class Client
3
+ module Player
4
+
5
+ def players_by_team_and_season(team_id, season_id, options: nil)
6
+ get("/players/team/#{team_id}/season/#{season_id}", { include: options })
7
+ end
8
+
9
+ def players_by_team(team_id, options: nil)
10
+ get("/players/team/#{team_id}", { include: options })
11
+ end
12
+
13
+ def player_by_id(player_id, options: nil)
14
+ get("/players/#{player_id}", { include: options })
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,10 @@
1
+ module Soccerama
2
+ class Client
3
+ module Results
4
+ def results(season_id, options: nil)
5
+ endpoint = "/seasons/results/#{season_id}"
6
+ get(endpoint, { include: options })
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,16 @@
1
+ require 'soccerama/client/connection'
2
+
3
+ module Soccerama
4
+ class Client
5
+ module Seasons
6
+
7
+ def seasons(season_id = nil, options: nil)
8
+ unless season_id
9
+ get('/seasons', { include: options })['data']
10
+ else
11
+ get("/seasons/#{season_id}", { include: options })
12
+ end
13
+ end
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,10 @@
1
+ module Soccerama
2
+ class Client
3
+ module Standings
4
+ def standings(season_id)
5
+ endpoint = "/standings/season/#{season_id}"
6
+ get(endpoint).fetch('data')
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,10 @@
1
+ module Soccerama
2
+ class Client
3
+ module Statistics
4
+ def statistics(match_id, options: nil)
5
+ endpoint = "statistics/match/#{match_id}"
6
+ get(endpoint, { include: options })
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,18 @@
1
+ module Soccerama
2
+ class Client
3
+ module Teams
4
+
5
+ def teams_by_season(season_id, options: nil)
6
+ get("/teams/season/#{season_id}", { include: options })['data']
7
+ end
8
+
9
+ def teams_by_id(team_id, options: nil)
10
+ get("/teams/#{team_id}", { include: options })
11
+ end
12
+
13
+ def matches_by_team_season(team_id, season_id, options: nil)
14
+ get("/teams/#{team_id}/season/#{season_id}", { include: options })
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,10 @@
1
+ module Soccerama
2
+ class Client
3
+ module VideoHighlights
4
+ def video(match_id)
5
+ endpoint = "/videos/match/#{match_id}"
6
+ get(endpoint).fetch('data')
7
+ end
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,6 @@
1
+ module Soccerama
2
+ module Exceptions
3
+ UnpaidPlanException = Class.new(StandardError)
4
+ InvalidRequest = Class.new(StandardError)
5
+ end
6
+ end
@@ -0,0 +1,3 @@
1
+ module Soccerama
2
+ VERSION = "0.1.3"
3
+ end
data/soccerama.gemspec ADDED
@@ -0,0 +1,29 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'soccerama/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "soccerama"
8
+ spec.version = Soccerama::VERSION
9
+ spec.authors = ["Artur Borisovich"]
10
+ spec.email = ["thesunwave@gmail.com"]
11
+
12
+ spec.summary = %q{Ruby wrapper for soccerama.pro API}
13
+ spec.homepage = "https://github.com/thesunwave/soccerama-api"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
+ spec.bindir = "exe"
18
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_dependency "httparty"
22
+
23
+ spec.add_development_dependency "bundler", "~> 1.11"
24
+ spec.add_development_dependency "rake", "~> 10.0"
25
+ spec.add_development_dependency "rspec", "~> 3.0"
26
+ spec.add_development_dependency "vcr"
27
+ spec.add_development_dependency "webmock"
28
+ spec.add_development_dependency "pry"
29
+ end
metadata ADDED
@@ -0,0 +1,171 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: soccerama
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Artur Borisovich
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: httparty
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.11'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.11'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: vcr
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: webmock
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: pry
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description:
112
+ email:
113
+ - thesunwave@gmail.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".gitignore"
119
+ - ".rspec"
120
+ - ".travis.yml"
121
+ - CODE_OF_CONDUCT.md
122
+ - Gemfile
123
+ - LICENSE.txt
124
+ - README.md
125
+ - Rakefile
126
+ - bin/console
127
+ - bin/setup
128
+ - lib/soccerama.rb
129
+ - lib/soccerama/client.rb
130
+ - lib/soccerama/client/commentaries.rb
131
+ - lib/soccerama/client/competitions.rb
132
+ - lib/soccerama/client/connection.rb
133
+ - lib/soccerama/client/countries.rb
134
+ - lib/soccerama/client/events.rb
135
+ - lib/soccerama/client/livescores.rb
136
+ - lib/soccerama/client/match.rb
137
+ - lib/soccerama/client/player.rb
138
+ - lib/soccerama/client/results.rb
139
+ - lib/soccerama/client/seasons.rb
140
+ - lib/soccerama/client/standings.rb
141
+ - lib/soccerama/client/statistics.rb
142
+ - lib/soccerama/client/teams.rb
143
+ - lib/soccerama/client/video_highlights.rb
144
+ - lib/soccerama/exceptions.rb
145
+ - lib/soccerama/version.rb
146
+ - soccerama.gemspec
147
+ homepage: https://github.com/thesunwave/soccerama-api
148
+ licenses:
149
+ - MIT
150
+ metadata: {}
151
+ post_install_message:
152
+ rdoc_options: []
153
+ require_paths:
154
+ - lib
155
+ required_ruby_version: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ required_rubygems_version: !ruby/object:Gem::Requirement
161
+ requirements:
162
+ - - ">="
163
+ - !ruby/object:Gem::Version
164
+ version: '0'
165
+ requirements: []
166
+ rubyforge_project:
167
+ rubygems_version: 2.5.1
168
+ signing_key:
169
+ specification_version: 4
170
+ summary: Ruby wrapper for soccerama.pro API
171
+ test_files: []