Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ga Min Cha
2022-06-08 17:19:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
277786be4dfba7a6e0b7b25aec91d9df44d618e3
277786be
1 parent
f60c1106
Edit fixtures_fixtures
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
appfunctions.js
appfunctions.js
View file @
277786b
function
GetGameSchedule
(
teamID
,
season
,
eventObj
){
function
GetGameSchedule
(
teamID
,
leagueID
,
season
,
eventObj
){
var
request
=
require
(
"request"
);
var
options
=
{
method
:
'GET'
,
url
:
'https://v3.football.api-sports.io/fixtures'
,
qs
:
{
team
:
teamID
,
season
:
season
},
qs
:
{
team
:
teamID
,
league
:
leagueID
,
season
:
season
},
headers
:
{
'x-rapidapi-host'
:
'v3.football.api-sports.io'
,
'x-rapidapi-key'
:
'526fc70a2e8b315e9a960ac4b4764191'
...
...
Please
register
or
login
to post a comment