Skip to content

Nexus-Advanced-Technologies/NexusatAspNetCore

 
 

Repository files navigation

NexusatAspNetCore REST API µ-Framework

Build status codecov

WORK IN PROGRESS…

Todo…

Documentation

You can find the documentation here.

Response Model

Basically when you implement a RESTful API you can choose among three kind of response:

Respone Model

  • 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

Dotnet CLI Integration

Use the solution Nexusat.AspNetCode.Code.sln to build and test via dotnet CLI interface.

Contribution

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.

Mac Setup

Just run brew install docfx to setup your machine.

About

A tiny ASP.NET Core toolkit to fast building consistent RESTful APIs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%