Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.

This commit is contained in:
2023-02-05 12:28:37 -08:00
parent 1475159f1c
commit 42c4682c89
5 changed files with 119 additions and 17 deletions

@ -37,7 +37,7 @@ namespace MontoyaTech.Rest.Net.Example
new Route(HttpRequestMethod.Get, "/auth/", Json)
);
string code = CodeGenerator.GenerateCSharpClient(listener.Routes);
string code = ClientCodeGenerator.GenerateCSharpClient(listener.Routes);
Console.WriteLine(code);