A C# library to make creating a rest api service simple and fast. It is recommended that you run any api services behind a nginx proxy to help prevent ddos and security issues. This library natively supports the nginx ip forwarding headers.
Go to file
MattMo a698e71e4b Fixed a minor issue where the request parameter was the same name as the request object in javascript route functions. Bumped package version to 1.8.4 2024-03-06 08:14:40 -08:00
Logo Added Logo. 2023-03-15 10:29:07 -07:00
Rest.Net Fixed a minor issue where the request parameter was the same name as the request object in javascript route functions. Bumped package version to 1.8.4 2024-03-06 08:14:40 -08:00
Rest.Net.Example 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
Rest.Net.Tests Improved RouteMatcher and added more unit tests to cover some edge cases. Cleaned up code. Bumped package version to 1.7.0 2023-07-09 11:14:33 -07:00
.gitignore Pushing up git ignore. 2022-02-06 19:24:23 -08:00
LICENSE Upgraded rest.net csproj to new format. Configured nuget package creation. Included MIT license file. 2022-02-06 20:14:02 -08:00
Logo_Symbol_Black_Outline.png Changed logo to new design. 2023-03-24 07:38:53 -07:00
README.md Initial commit 2022-02-06 23:48:51 +00:00
Rest.Net.sln Cleaning up project structure and simplifying things. 2022-05-05 10:18:28 -07:00

README.md

Rest.Net

A simple C# library to make creating a rest api service simple and fast. It is recommended that you run any api services behind a nginx proxy to help prevent ddos and security issues. This library natively supports the nginx ip forwarding headers.