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 to System.Reflection when you published the web-site-project