https://github.com/msx752/riotgamesapi
[outdated] LeagueOfLegends API Library .NetCore
https://github.com/msx752/riotgamesapi
api-wrapper aspnet aspnetcore leagueoflegends middleware netstandard riotgames riotgamesapi
Last synced: 8 months ago
JSON representation
[outdated] LeagueOfLegends API Library .NetCore
- Host: GitHub
- URL: https://github.com/msx752/riotgamesapi
- Owner: msx752
- License: mit
- Created: 2017-08-10T18:48:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T22:18:54.000Z (over 8 years ago)
- Last Synced: 2025-04-19T17:36:57.735Z (about 1 year ago)
- Topics: api-wrapper, aspnet, aspnetcore, leagueoflegends, middleware, netstandard, riotgames, riotgamesapi
- Language: C#
- Homepage: https://riotgamesapi.readme.io
- Size: 1.19 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/msx752/riotgamesapi)
# RiotGamesAPI
A Portable RiotGames v3 and upper API Wrapper for C#
## Documentation
- https://riotgamesapi.readme.io
## Supported Frameworks
Framework | Framework Version | Nuget | Nuget Version
--- | --- | --- | ---
[.NET Standard](https://github.com/msx752/RiotGamesAPI/tree/master/RiotGamesApi) | >=1.6 | [](https://www.nuget.org/packages/RiotGamesAPI) | [](https://www.nuget.org/packages/RiotGamesAPI)
[.Asp.NET](https://github.com/msx752/RiotGamesAPI/tree/master/RiotGamesApi) | >=4.6.2 | [](https://www.nuget.org/packages/RiotGamesAPI) | [](https://www.nuget.org/packages/RiotGamesAPI)
[.Asp.NET Core](https://github.com/msx752/RiotGamesAPI/tree/master/RiotGamesApi) | >=1.1 | [](https://www.nuget.org/packages/RiotGamesAPI) | [](https://www.nuget.org/packages/RiotGamesAPI)
## API Library Table
ApiName | Version
--- | ---
CHAMPION-MASTERY | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/ChampionMastery)
CHAMPION | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/Champion)
LEAGUE | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/League)
LOL-STATIC-DATA | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/StaticEndPoints)
LOL-STATUS | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/StatusEndPoints)
MASTERIES | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/Mastery)
MATCH | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/Match)
RUNES | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/Rune)
SPECTATOR | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/Spectator)
SUMMONER | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/NonStaticEndPoints/Summoner)
TOURNAMENT-STUB| [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/TournamentEndPoints)
TOURNAMENT | [V3](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v3/TournamentEndPoints)
CHAMPION (*Test for the Feature*) | [V3.1](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/v31/NonStaticEndPoints/Champion)
GameConstants([ref.](https://developer.riotgames.com/game-constants.html)) |
--- |
[SEASONS](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/Season.cs) |
[MATCHMAKING QUEUES](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/MatchMakingQueue.cs) |
[MAP NAMES](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/MapName.cs) |
[GAME/MATCH MODES](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/GameMatchMode.cs) |
[GAME/MATCH TYPES](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/GameMatchType.cs) |
[SUB TYPES](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/SubType.cs) |
[PLAYER STAT SUMMARY TYPES](https://github.com/msx752/RiotGamesApi/tree/master/RiotGamesApi/Libraries/Lol/Enums/GameConstants/PlayerStatSummaryType.cs) |