41 Commits

Author SHA1 Message Date
b8e8e1dd86 Bumped package version to 1.8.2. Added the ability to use json names in the Javascript Client generator if a JsonProperty exists on a field or a property. 2024-02-23 16:23:54 -08:00
8747b5fb3e Modifying client generator to allow modifying requests before they are sent. 2024-02-19 08:05:48 -08:00
50861d5381 Bumped package version to 1.8.0. Added support for automatic gzip decompression in HttpListenerRequestExtensions. Added a new compress parameter for json requests in client generated code that auto compresses the json if set. Fixed a few bugs and cleaned up code. 2024-01-13 10:53:44 -08:00
5f83b30cb2 Added ability to specify a RouteResponse and RouteRequest as a dynamic. Improved documentation and fixed some null checks that were missing with this change. Bumped package version to 1.7.6 2023-12-14 11:33:42 -08:00
38ef135b8a Fixed a stackoverflow bug when generating a Rest Client and the object has it's type as a sub type. Bumped package versino to 1.7.5 2023-12-14 11:14:27 -08:00
9367ba0ff5 Bumped package version to 1.6.1 and added helper GetValue function to Javascript and improved the documentation. 2023-06-16 10:17:21 -07:00
52a6db9e1a Added ReadAsForm to the RequestExtensions to help with reading form data. Bumped package verison to 1.6.0 2023-06-09 14:53:41 -07:00
efd744974d Bumped package version to 1.5.9, exposed a parameter in the init method to allow a custom message handler to be used with the client for C#. 2023-06-01 06:29:39 -07:00
a630f0e334 Fixed a csharp client generator bug. The csharp client generator now outputs a constructor for types that allows setting property/fields. Bumped package version to 1.5.7 2023-05-29 06:47:52 -07:00
fe5fc73d14 Bumped package version to 1.5.0, changed Program.cs a little of the example. Improved the Javascript Client generator by exporting all types and changing enum to behave in a more useful way. 2023-04-13 15:00:24 -07:00
e2c5aba868 Added Javascript client generator. Fixed a few bugs. Improved client generator code. 2023-04-12 18:03:55 -07:00
6a7f6ce096 Modified ClientGenerator to support responses as a parameter input. Improved streams support. Bumped package version to 1.4.8 2023-03-31 09:19:22 -07:00
cf477522c0 Bumped package version to 1.4.7. Added support for Stream requests and MemoryStream responses. 2023-03-31 08:21:32 -07:00
fe99ba9b9d Added RouteTypeName attribute that can be used to rename a type when generating client code. 2023-03-31 07:02:44 -07:00
0c8467f942 Fixed an issue where built int Enums would be converted to int type for fields. Bumped package version to 1.4.3. 2023-03-24 08:21:12 -07:00
ff7c356655 Improved route function generator to handle status codes better and check to see if json content was null or empty and return default. Bumped package version to 1.4.2 2023-03-24 07:33:35 -07:00
1345e326a8 Added an attribute that can be used to included extra types in the client generation. Bumped package version to 1.4.1 2023-03-24 07:15:42 -07:00
e8735d8764 Added support for sub types in the C# client code generator. Bumped package version to 1.4.0 2023-03-24 06:52:00 -07:00
fafdb48d51 Bumped package version to 1.3.9 added support for Enum code generation and support for inherited types. 2023-03-23 08:23:08 -07:00
2b892dfd66 Added a new RouteFileCache and more response extensions. Bumped package version to 1.3.4. 2023-03-01 16:19:20 -08:00
662bd03ddc Changed Listener.Block to not use as much CPU usage, at least not visually in the task manager. 2023-03-01 12:22:23 -08:00
f882a74c6d Added compressed response extensions and added more to the example program. Bumped package version to 1.3.3 2023-02-24 12:05:57 -08: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. 2023-02-07 13:02:56 -08: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. 2023-02-06 10:46:38 -08: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. 2023-02-06 09:01:06 -08:00
42c4682c89 Bumped package version to 1.1.9. Added documentation and cleaned up code. Going to merge into Master. 2023-02-05 12:28:37 -08:00
1475159f1c Added RouteName and Request/Response handling to the code generator. More work is needed. 2023-02-05 10:59:29 -08:00
74f8921f7a Improved the code generator. More to come. 2023-02-04 10:37:30 -08:00
6bb01464e7 Working on C# client code generation. 2023-02-04 08:26:09 -08:00
19ccdb9026 Working on a client code generation feature to help speed up using an api built with this library. 2023-02-03 13:33:28 -08: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. 2023-02-02 09:51:34 -08:00
9b849f5ec1 Simplified some class names and structure. New nuget version 1.1.4 2023-01-26 11:48:56 -08:00
b4414f4da2 Added new route exception event handler. Renamed events. Added better example code. Bumped nuget version to 1.1.2. 2023-01-26 10:08:56 -08:00
3e190641a0 Upgraded project to DotNet 6, increased package version to 1.1.0 2022-07-21 09:56:23 -07:00
37356667d9 Cleaning up project structure and simplifying things. 2022-05-05 10:18:28 -07:00
41bbabf1cb Added more examples. WithText and WithJson now specify Utf16 to support rich content. 2022-02-06 21:32:01 -08:00
ccad0dd66d Simplified project struct naming. Cleaned up code and added missing documentation. Routes now use a RouteContext to allow extensions and future modules. 2022-02-06 21:14:36 -08:00
4bb85aad28 Renaming everything to live under the MontoyaTech namespace. 2022-02-06 19:37:51 -08:00
fe7eb76a86 Removing build directories. 2022-02-06 19:26:11 -08:00
2112b37ab4 Removing .vs and migration backup. 2022-02-06 19:25:29 -08:00
dd82897982 Pushing up initial version of Rest.Net. 2022-02-06 19:22:24 -08:00