• Joined on 2022-01-01
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
MattMo pushed to CodeGen at MontoyaTech/Rest.Net 2023-02-03 21:33:33 +00:00
19ccdb9026 Working on a client code generation feature to help speed up using an api built with this library.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-03 00:14:35 +00:00
f8704e425b Route arguments are now automatically url decoded by the RouteMatcher. Added a unit test to cover this case. Bumped package version to 1.1.8
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 21:33:16 +00:00
023654aba2 Cleaned up code and added new ResponseExtensions to help with bad requests.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 17:53:06 +00:00
c4f4704441 Removed release notes so it's not confusing.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-02-02 17:51:38 +00:00
cd6dd40fe2 Bumped package version to 1.1.6 and removed RouteListenerContext in favor of built in HttpListenerContext since it's already apart of .Net. Cleaned up code and build passes.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-02 16:42:35 +00:00
7595acb740 Added MySql ErrorCode to MySqlCommandException. Cleaned up code. Bumped version to 1.0.9
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-02-01 18:10:11 +00:00
621d9c74fb Added new MySqlCommandException and improved exception handling for ExecuteReader and ExecuteNonQuery for ManagedConnections. Bumped package version to 1.0.8