Step by Step Configuration
-
there are two extension methods for the configuration.
- 'AddLeagueOfLegendsApi ' (calls from 'IServiceCollection')
- 'UseRiotGamesApi' (calls from 'IApplicationBuilder' or 'IAppBuilder')
-
also there are two middleware packages for this feature (DEPRECATED)
- RiotGamesApi.AspNet (DEPRECATED)
- RiotGamesApi.AspNetCore (DEPRECATED)
IMPORTANT NOTICE
web-server setting must be
full-trust
for access toSystem.Reflection
when you published the web-site-project
Updated almost 7 years ago