Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.55 KB

.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