Skip to content

myungjaeyu/livescore-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

livescore-graphql

Usage

$ lein run

Request URL - POST https://localhost:3000/graphql

GraphQL Specification

Query events

query {
    events (type: "football" date: "2019-11-28" ) {
        id
        sport
        categoryId
        categoryName
        title
        status
        time
        homeName
        homeScore
        awayName
        awayScore
        startDate
    }
}

Query event

query {
    event (id: 8464017) {
        id
        sport
        categoryId
        categoryName
        title
        status
        time
        homeName
        homeScore
        awayName
        awayScore
        startDate
    }
}

About

livescore-graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published