Todo…
You can find the documentation here.
Basically when you implement a RESTful API you can choose among three kind of response:
- StatusBase: basic response
- IApiObjectResponse<TData>: for API that returns a simple object conforming to TData
- IApiEnumResponse<TData>: for API that returns a paginated list of objects conforming to TData
Use the solution Nexusat.AspNetCode.Code.sln
to build and test via dotnet
CLI interface.
The documentation is produced using DocFX.
The project docfx_project is the source root.
In order to build the artificats is required docfx
installed on your building environment.
Just run brew install docfx
to setup your machine.