1
0
Fork 1
mirror of https://github.com/MingweiSamuel/Riven.git synced 2025-03-30 18:43:16 -07:00
Commit graph

40 commits

Author SHA1 Message Date
Mingwei Samuel
74eb5fa045 Update example proxy for v2, use workspaces.
- `example/proxy` is new folder for `example_proxy`.
- `riven` is new folder for the main riven lib.
- Updated metadata to be an array and include HTTP method.
2021-09-09 14:31:39 -07:00
Mingwei Samuel
8dbcca434d Cleanup tracing formatting, regen 2021-07-23 15:32:37 -07:00
Mingwei Samuel
5daeab990a Add macro to create newtype_enums 2021-06-30 18:50:08 -07:00
Mingwei Samuel
07348a5c53 Add array of all champions 2021-06-30 17:31:57 -07:00
Mingwei Samuel
6307a0aa13 Convert CRLF to LF 2021-06-30 16:40:35 -07:00
Mingwei Samuel
2989c4483e Convert Champion enum into newtype 2021-06-30 16:29:39 -07:00
Mingwei Samuel
8934790c1c Upgrade srcgen to use requests 2021-05-21 17:31:52 -07:00
Mingwei Samuel
869216aab5 Update for stable non_exhaustive attribute 2021-05-21 16:00:39 -07:00
Mingwei Samuel
c460516cfe Regen for Gwen, various 2021-04-02 00:07:57 -07:00
Mingwei Samuel
19eeeae637 Regen for Viego, val-ranked-v1 2021-01-16 14:16:56 -08:00
Mingwei Samuel
426d8e9ee9 Fix strum pattern collisions 2021-01-05 14:38:46 -08:00
Mingwei Samuel
cb953f7b34 Regen for Rell and new status endpoints.
Fix 
2020-12-11 12:18:47 -08:00
Mingwei Samuel
3f00aa9d66 Regen for Seraphine and lor-match-v1 2020-10-23 18:21:30 -07:00
Mingwei Samuel
8f0bd8dbe7 Regen, release 1.9.1 2020-09-01 17:27:28 -07:00
Mingwei Samuel
1a88ae6365 Update for account-v1 endpoint, fix for missing match-v4.PlayerDto.summonerId on bot games
Also adds test with bot game.
2020-07-26 16:35:57 -07:00
Mingwei Samuel
d2656a40de Regen for Valorant APIs & Lillia 2020-07-10 01:56:41 -07:00
Mingwei Samuel
b8b3ec83f0 Adding iters to enums, updating a bunch of documentation 2020-02-01 16:56:10 -08:00
Mingwei Samuel
0e200a80fb Update: add LorRankedV1, add Sett, re-add get_matchlist season param 2020-01-26 14:15:16 -08:00
Mingwei Samuel
2233be4dcb Updating from schemas 2019-12-02 09:34:54 -08:00
Mingwei Samuel
9dfe5a4aaa Update to work on stable 1.39 2019-11-07 12:45:13 -08:00
Mingwei Samuel
dc751ee207 Update champion docs 2019-11-04 23:29:20 -08:00
Mingwei Samuel
f2e70246bf Update champion, enums, and srcgen docs 2019-11-03 10:36:51 -08:00
Mingwei Samuel
9db4c1a4a5 making some enums
#[non_exhaustive]
2019-10-30 13:29:23 -07:00
Mingwei Samuel
b230f266e1 Change enum variants to use SCREAMING_SNAKE_CASE since they are really sets of constants 2019-10-27 01:52:55 -07:00
Mingwei Samuel
2511734bd5 reorganizing modules, sorting enums 2019-10-27 01:34:10 -07:00
Mingwei Samuel
df27e7533e adding/switching to num_enum macros for enums 2019-10-26 09:28:30 -07:00
Mingwei Samuel
58cf643e13 adding enums to serialization 2019-10-25 22:19:00 -07:00
Mingwei Samuel
adec5f0df8 adding game_type, removing unneccesary std::fmt::Debug imports 2019-10-25 19:38:08 -07:00
Mingwei Samuel
0352d65d21 remove iso date from enums to prevent spurious diffs 2019-10-25 09:47:45 -07:00
Mingwei Samuel
33803631cb Adjust season enum 2019-10-23 01:26:34 -07:00
Mingwei Samuel
ae19db7b4c adding queue const (ugly) 2019-10-23 01:20:34 -07:00
Mingwei Samuel
fee229c1a9 adding season enum 2019-10-23 00:49:02 -07:00
Mingwei Samuel
79ad933e91 Updating to use custom error struct, adding docs 2019-10-23 00:39:40 -07:00
Mingwei Samuel
c3c3e639ee update error handling 2019-10-22 19:36:03 -07:00
Mingwei Samuel
e62a41983a adding champion docs 2019-10-22 18:24:14 -07:00
Mingwei Samuel
f46bee1fad reorganizing endpoints into module 2019-10-22 14:28:23 -07:00
Mingwei Samuel
1950f7ec98 0.0.4, fix pub on endpoints 2019-10-22 00:01:11 -07:00
Mingwei Samuel
0029b08d9a reorganizing a bunch of stuff 2019-10-21 22:43:06 -07:00
Mingwei Samuel
22103fea05 removing lifetime parameter from RiotApi 2019-10-21 21:47:15 -07:00
Mingwei Samuel
02e9c2786a move generated classes to src 2019-10-20 19:32:04 -07:00
Renamed from srcgen/champion.rs (Browse further)