• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-07 21:03:01 +00:00
7ffa2d43ef Improved the csharp client generator to check if the base url is null or whitespace and to remove trailing / characters. Fixed some bugs with different client names. Generator also now sets up cookie support.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 20:46:05 +00:00
6ae73aaa7d Changed response extensions to use utf-8 encoding instead of utf-16. Bumped package version to 1.2.6
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 20:15:42 +00:00
a1f2f4a91c Fixed bug in client generation. Publishing nuget.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 19:38:38 +00:00
5a1efa90c7 Reverting. Actually this is better.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 19:37:37 +00:00
612a658b77 Changed static csharp generator to now rely on the client name so that it can be easily renamed.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 19:21:59 +00:00
e4c3ee0673 Added static code generation option to the CSharp Client generator. Bumped package version to 1.2.4
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 18:46:41 +00:00
2076a1d02b Broke up RestClientGenerator so that custom generators for other languages can be created or the C# one could be modified for custom use cases.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-06 17:01:10 +00:00
ed1d10ba9d Added Json flag to RouteRequest and RouteResponse to control whether or not the content is Json and needs to be handled. Updated example code. Renamed ClientCodeGenerator to RestClientGenerator. Bumped package version to 1.2.2.
MattMo pushed to master at MontoyaTech/ignite-html 2023-02-06 03:04:14 +00:00
485f8ae2bd Cleaned up code and improved documentation. Added new OnSeen event that fires the first time the element is seen and stops firing after that.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-05 21:27:13 +00:00
60768b1b3e Added a hidden route attribute that can be used to exclude a given route from code generation. Bumped package version to 1.2.1
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-05 21:02:21 +00:00
5c2b2ea4ef Bumped package version to 1.2.0. Added missing route method conversions to code generator.
MattMo merged pull request MontoyaTech/Rest.Net#1 2023-02-05 20:29:30 +00:00
Merging Code Generation Feature
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-05 20:29:30 +00:00
887cd687e0 Merge pull request 'Merging Code Generation Feature' (#1) from CodeGen into master
42c4682c89 Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.
1475159f1c Added RouteName and Request/Response handling to the code generator. More work is needed.
74f8921f7a Improved the code generator. More to come.
6bb01464e7 Working on C# client code generation.
Compare 6 commits »
MattMo deleted branch CodeGen from MontoyaTech/Rest.Net 2023-02-05 20:29:30 +00:00
MattMo created pull request MontoyaTech/Rest.Net#1 2023-02-05 20:29:23 +00:00
Merging Code Generation Feature
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-05 20:28:40 +00:00
42c4682c89 Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master.
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-05 18:59:32 +00:00
1475159f1c Added RouteName and Request/Response handling to the code generator. More work is needed.
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-04 18:37:33 +00:00
74f8921f7a Improved the code generator. More to come.
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-04 16:26:14 +00:00
6bb01464e7 Working on C# client code generation.
MattMo created branch CodeGen in MontoyaTech/Rest.Net 2023-02-03 21:33:33 +00:00