myungjaeyu / livescore-graphql

livescore-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

livescore-graphql

Usage

$ lein run

Request URL - POST http://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


Languages

Language:Clojure 100.0%