Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.71 KB

Limbo Migrations API

GitHub license NuGet NuGet Limbo.Umbraco.MigrationsApi at packages.limbo.works

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



Installation

Via NuGet:

dotnet add package Limbo.Umbraco.MigrationsApi --version 1.0.2

or:

Install-Package Limbo.Umbraco.MigrationsApi -Version 1.0.2



Configuration

Add a LimboMigrationsApiKey to <appSettings> in your Web.config file:

<add key="LimboMigrationsApiKey" value="your secret key" />