OrchardCoreModule.WebApi 1.0.14

dotnet add package OrchardCoreModule.WebApi --version 1.0.14
                    
NuGet\Install-Package OrchardCoreModule.WebApi -Version 1.0.14
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OrchardCoreModule.WebApi" Version="1.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OrchardCoreModule.WebApi" Version="1.0.14" />
                    
Directory.Packages.props
<PackageReference Include="OrchardCoreModule.WebApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OrchardCoreModule.WebApi --version 1.0.14
                    
#r "nuget: OrchardCoreModule.WebApi, 1.0.14"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OrchardCoreModule.WebApi@1.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OrchardCoreModule.WebApi&version=1.0.14
                    
Install as a Cake Addin
#tool nuget:?package=OrchardCoreModule.WebApi&version=1.0.14
                    
Install as a Cake Tool

OrchardCoreModule.WebApi

Custom made web api module for OrchardCore.Cms gnerally used as synchronization entry point. E.g. you have main back-end service and CMS (in this case OrchardCore CMS) used by your content managers, and let's say you need to retrieve content from CMS to show it to users or cache in youe main database, this is where OrchardCoreModule.WebApi can help you.

Build Status Nuget Nuget GitHub

Test coverage

At the moment, this project only tested manually by the team of two QA's and cutting edge bugs not found, but automated tests are on their way.

How to configure

There are 5 major steps to add this module to your OrchardCore CMS instance:

  1. Create an empty ASP.NET Core project
  2. Configure it to use OrchardCore.Cms
  3. Add OrchardCoreModule.WebApi as a reference to this project
  4. Apply procedures scripts from Database folder
  5. Enable WebApi module in OrchardCore CMS settings

For more information on each of the steps visit projects wiki

Supported DB providers

OrchardCoreModule.WebApi currently supports only following DB providers:

  1. PostgreSQL (9.5+)
  2. Microsoft SQL Server (2017+)

Implemented API methods

List of implemented API methods can be found on this wiki page.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.14 690 7/3/2020
0.0.12-beta 447 9/15/2019
0.0.11-beta 458 9/14/2019
0.0.10-beta 427 8/25/2019
0.0.9-beta 434 8/25/2019
0.0.8-beta 429 8/24/2019
0.0.7-beta 436 8/24/2019
0.0.6-beta 466 8/24/2019
0.0.5-beta 440 8/24/2019
0.0.4-beta 470 8/23/2019
0.0.3-beta 447 8/20/2019
0.0.2-beta 439 8/19/2019
0.0.1-beta 446 8/18/2019