Skip to content

limbo-works/Limbo.Umbraco.MigrationsApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" />