README.md in taric-1.0.0.pre.beta.0 vs README.md in taric-1.0.0
- old
+ new
@@ -38,21 +38,22 @@
> "What did I see upon the mountain? Rocks. Lots of rocks."
- [x] CHAMPION-V3
- [x] CHAMPION-MASTERY-V3
-- [x] LEAGUE-V2.5
+- [x] LEAGUE-V3
- [x] LOL-STATUS-V3
- [x] MASTERIES-V3
- [x] MATCH-V3
- [x] RUNES-V3
- [x] SPECTATOR-V3
- [x] STATIC-DATA-V3
- [x] SUMMONER-V3
- [x] ~~CURRENT-GAME-V1.0~~ replaced by SPECTATOR-V3
- [x] ~~FEATURED-GAMES-V1.0~~ replaced by SPECTATOR-V3
- [x] ~~GAME-V1.3~~ replaced by MATCH-V3
+- [x] ~~LEAGUE-V2.5~~ replaced by LEAGUE-V3
- [x] ~~LOL-STATIC-DATA-V1.2~~ replaced by STATIC-DATA-V3
- [x] ~~LOL-STATUS-V1.0~~ replaced by LOL-STATUS-V3
- [x] ~~MATCH-V2.2~~ replaced by MATCH-V3
- [x] ~~MATCHLIST-V2.2~~ replaced by MATCH-V3
- [x] ~~RUNES-MASTERIES-V1.4~~ replaced by RUNES-V3 AND MASTERIES-V3
@@ -125,28 +126,26 @@
```
### Champion
```ruby
-# https://developer.riotgames.com/api/methods#!/958/3289
client.champion(id: )
+```
-# https://developer.riotgames.com/api/methods#!/958/3290
+```ruby
client.champions
```
### Current Game
```ruby
-# https://developer.riotgames.com/api/methods#!/956/3287
-client.current_game(summoner_id: )
+response = client.current_game(summoner_id: 21066)
```
### Featured Games
```ruby
-# https://developer.riotgames.com/api/methods#!/957/3288
-client.featured_games
+response = client.featured_games
```
TODO: finish writing this crap :p
## Development