Skip to content

furkanisitan/dotnet-5-web-api-sample

Repository files navigation

.NET 5.0 Web API Sample

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

Furkan Işıtan