/lol-openapi

Openapi spec for the lol esports api

Primary LanguageMustacheApache License 2.0Apache-2.0

Lol OpenApi

A league of legends esports API.

Discord: https://discord.gg/pqJ3nphp

Spring backend: https://github.com/mckernant1/lol-api-service

Documentation: https://mckernant1.github.io/lol-openapi/

Dashboard

Authorization

Url: https://api.lol-esports.mckernant1.com

Platforms

Java

Version

Add maven to repositories

repositories {
    mavenCentral()
    jcenter()
    maven {
        url = uri("https://mvn.mckernant1.com/release")
    }
}

Add dependency on esports-api

implementation("com.github.mckernant1.lol:esports-api:0.0.20")

Curl

curl https://api.lol-esports.mckernant1.com/leagues

GraphQL

GraphQL Endpoint: https://api.lol-esports.mckernant1.com/graphql

GraphiQL UI: https://api.lol-esports.mckernant1.com/graphiql?path=/graphql