Net.Web.Api.Sdk
1.0.0
Development kit for WEP API
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Net.Web.Api.Sdk -Version 1.0.0
dotnet add package Net.Web.Api.Sdk --version 1.0.0
<PackageReference Include="Net.Web.Api.Sdk" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Web.Api.Sdk --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Basic Usage:
1- Create a new ASP.Net Web Application (.NET Framework 4.8)
2- Add the Net.Web.Api.Sdk package
3- Create a Global.asax
- In the Application_Start method add the following line
GlobalConfiguration.Configuration.RegisterWebApi();
- In the Application_End method add the following line
GlobalConfiguration.Configuration.UnRegisterWebApi();
4- In the Web Application properties set the Start Action / Specific Page to: swagger.html
5- Start the Web Application
NOTES:
- A full features documentation will come soon
- Source code will be on GitHub soon
Basic Usage:
1- Create a new ASP.Net Web Application (.NET Framework 4.8)
2- Add the Net.Web.Api.Sdk package
3- Create a Global.asax
- In the Application_Start method add the following line
GlobalConfiguration.Configuration.RegisterWebApi();
- In the Application_End method add the following line
GlobalConfiguration.Configuration.UnRegisterWebApi();
4- In the Web Application properties set the Start Action / Specific Page to: swagger.html
5- Start the Web Application
NOTES:
- A full features documentation will come soon
- Source code will be on GitHub soon
Release Notes
Initial release.
Dependencies
-
- Castle.Core (>= 4.4.0)
- Castle.Facilities.AspNet.SystemWeb (>= 5.0.1)
- Castle.Windsor (>= 5.0.1)
- Castle.Windsor.Lifestyles (>= 0.4.0)
- ExpressiveAnnotations.dll (>= 2.7.4)
- Havit.CastleWindsor.WebForms (>= 1.8.9)
- LiteDB (>= 4.1.4)
- Microsoft.AspNet.Cors (>= 5.2.7)
- Microsoft.AspNet.Identity.Core (>= 2.2.2)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Microsoft.AspNet.WebApi.Cors (>= 5.2.7)
- Microsoft.AspNet.WebApi.Versioning (>= 4.0.0)
- Microsoft.AspNet.WebApi.Versioning.ApiExplorer (>= 4.0.0)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.7)
- Microsoft.IdentityModel.JsonWebTokens (>= 5.6.0)
- Microsoft.IdentityModel.Logging (>= 5.6.0)
- Microsoft.IdentityModel.Tokens (>= 5.6.0)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Microsoft.Web.Xdt (>= 3.0.0)
- MultipartDataMediaFormatter.V2 (>= 2.0.2)
- Newtonsoft.Json (>= 12.0.2)
- NuGet.Core (>= 2.14.0)
- Swashbuckle.Core (>= 5.6.0)
- System.IdentityModel.Tokens.Jwt (>= 5.6.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.