Image
RESTfulFoundation - Simple Base for REST Clients

So much of building a RESTful client is boilerplate code work. The kind of boilerplate that is prone to creating problems later if something is not fully implemented. This is the result of our desire to not recreate the wheel every time we need to do a RESTful interface

1/12/2024

News

1/12/2024 - RESTFulFoundatoin v0.0.7 Available on Nuget

With the completion of the unit tests and the addition of a full complement of both sync and async methods, it is time to do release.

With this project being built with the intent of being our foundation code for all future REST projects, there has been a concerted effort to go back in and clean up as much redundant code, and we feel there remains more to be done. In addition, we need to create some examples that are more robust and complete than what can be found in the unit tests. Those additions will need to be completed before we tag this as a v1 release.


History

1/3/2025 - 0.6.0

Removed a debug message from the release build of the library. Added documentation. Added a Sample of how to use to the Github repo.