Adds an API to Umbraco 7 for exporting content, media and members. The API can then be consumed by Limbo.Umbraco.MigrationsClient and Limbo.Umbraco.Migrations.
License: | MIT License |
Umbraco: | Umbraco 7.7+ |
Target Framework: | .NET Framework 4.5 |
Via NuGet:
dotnet add package Limbo.Umbraco.MigrationsApi --version 1.0.2
or:
Install-Package Limbo.Umbraco.MigrationsApi -Version 1.0.2
Add a LimboMigrationsApiKey
to <appSettings>
in your Web.config
file:
<add key="LimboMigrationsApiKey" value="your secret key" />