Pupix / rift-explorer

🛠 Explore the API of the League of Legends client
MIT License
559 stars 73 forks source link

Question: Is there any information about api? #11

Closed DjordjeMandic closed 6 years ago

DjordjeMandic commented 6 years ago

There is model Schema but fopr example in notifications

PlayerNotificationResource {
backgroundUrl (string, optional),
created (string, optional),
critical (boolean, optional),
data (object, optional),
detailKey (string, optional),
dismissible (boolean, optional),
expires (string, optional),
iconUrl (string, optional),
id (integer, optional),
source (string, optional),
state (string, optional),
titleKey (string, optional),
type (string, optional)
}

How do i know what titleKey is, i know for club_invite but how can i find out other types? Example club_join or something else, to make my own custom notifications? I get this: image How can i make custom title and message? Is there full documentation like classic riot api?

Pupix commented 6 years ago

Not that I know of. What you see there are the official RIOT docs that ship with the LCU. A PR with a more exhaustive documentation is always welcome.