Skip to content

magisteriis/riot-games-help-to-swagger-dotnet

Repository files navigation

Help2Swagger (.NET)

Converts Riot Games' native help format to Swagger and OpenAPI.

Sponsors

A big thank you for your support!

Sentry Logo JetBrains Logo (Main) logo

How it works

  1. It downloads the /Help in two different formats, Full and Console.
    • The information needed is spread out over both representations.
  2. The Helps are parsed.
  3. The OpenAPI spec is constructed using parts from both Helps.
  4. The spec gets serialized to JSON.