You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find a list of all the available operations in [RiotApi in the documentation](http://benfradet.github.io/RiotSharp/api/RiotSharp.RiotApi.html).
78
59
79
60
### Tournament API
@@ -143,6 +124,28 @@ foreach (var champion in champions)
143
124
}
144
125
```
145
126
127
+
Additionally, you can use the regular api and static api to, for example, retrieve champion masteries for the summoner:
You can find a list of all the available operations in [StaticRiotApi in the Documentation](http://benfradet.github.io/RiotSharp/api/RiotSharp.StaticRiotApi.html).
0 commit comments