ApiEndpoints
A project for supporting API Endpoints in ASP.NET Core web applications.
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- codeql-analysis.yml
- dotnetcore.yml
- publish-analyzer.yml
- publish-nswag.yml
- publish-swashbuckle.yml
- publish-template.yml
- publish.yml
- dependabot.yml
- FUNDING.yml
- index.md
- _config.yml
- CNAME
- favicon.ico
- index.md
- CreateEndpoint.cs
- DeleteEndpoint.cs
- GetEndpoint.cs
- ListEndpoint.cs
- ListPaginatedEndpoint.cs
- StreamEndpoint.cs
- UpdateEndpoint.cs
- Routes.cs
- CustomWebApplicationFactory.cs
- Sample.FunctionalTests.csproj
- template.json
- Get.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Program.cs
- Sample.WeatherForecast.csproj
- templatepack.csproj
- WeatherForecast.cs
- AuthorConfig.cs
- 20200209060455_Initial.cs
- 20200209060455_Initial.Designer.cs
- AppDbContextModelSnapshot.cs
- AppDbContext.cs
- EfRepository.cs
- SeedData.cs
- Author.cs
- BaseEntity.cs
- IAsyncRepository.cs
- Create.CreateAuthorCommand.cs
- Create.CreateAuthorResult.cs
- Create.cs
- Delete.cs
- Delete.DeleteAuthorRequest.cs
- Get.AuthorResult.cs
- Get.cs
- List.AuthorListRequest.cs
- List.AuthorListResult.cs
- List.cs
- ListJsonFile.cs
- Stream.cs
- Update.cs
- Update.UpdateAuthorCommand.cs
- Update.UpdatedAuthorResult.cs
- UpdateById.cs
- UpdateById.UpdateAuthorCommand.cs
- UpdateById.UpdatedAuthorByIdResult.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- AutoMapping.cs
- database.sqlite
- FromMultiSourceAttribute.cs
- Program.cs
- README.md
- SampleEndpointApp.csproj
- Startup.cs
- httpCommands.rest
- MvcOptionsExtensions.cs
- TypeExtensions.cs
- EndpointBaseAsync.cs
- EndpointBaseSync.cs
- AssemblyInfo.cs
- Ardalis.ApiEndpoints.csproj
- EndpointBase.cs
- LICENSE.txt
- RoslynExtensions.cs
- install.ps1
- uninstall.ps1
- Ardalis.ApiEndpoints.CodeAnalyzers.csproj
- EndpointHasExtraPublicMethodAnalyzer.cs
- EndpointHasExtraPublicMethodCodeFixProvider.cs
- NSwagSwaggerGeneratorSettingsExtensions.cs
- Ardalis.ApiEndpoints.NSwag.csproj
- SwaggerGenOptionsExtensions.cs
- Ardalis.ApiEndpoints.Swashbuckle.csproj
- Directory.Build.props
- CodeFixVerifier.Helper.cs
- DiagnosticResult.cs
- DiagnosticVerifier.Helper.cs
- CodeFixVerifier.cs
- DiagnosticVerifier.cs
- Ardalis.ApiEndpoints.CodeAnalyzers.Test.csproj
- EndpointHasPublicActionMethodTests.cs
- .editorconfig
- .gitignore
- Ardalis.ApiEndpoints.sln
- CONTRIBUTING.md
- Directory.Build.props
- LICENSE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ardalis/ApiEndpoints
Downloads the entire project code from GitHub to your computer.
cd ApiEndpoints
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet new web -n MyWebApi
Type this command into your terminal and run it.
dotnet add package Ardalis.ApiEndpoints
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
