/dotnet-crud-api

ASP.NET 5.0 CRUD API

Primary LanguageC#MIT LicenseMIT

.NET 5.0 Web CRUD API

An example RESTful API with .NET 5.0

  • applicationUrl: http://localhost:5010
  • apiVersion: 1.0 (or 1)

Public Endpoints

Public endpoints require no Authentication.

  • Login : POST /api/v{:apiVersion}/login/

Endpoints that require Authentication

Private endpoints require a valid Token to be included in the header of the request.

Category related

Product related

Author

Felix Ma