Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user