Created a common library for the APIs (#13530)

* Created a common library for the APIs and moved stuff that is required for the new content API. Also moved the versioned backoffice API route handling to the management API where it belongs.

* Remove test auth attribute from Media
This commit is contained in:
Kenn Jacobsen
2022-12-09 08:52:17 +01:00
committed by GitHub
parent f3396a04fc
commit 801966f1ae
92 changed files with 119 additions and 96 deletions

View File

@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Cms.Core.IO;
using Umbraco.Cms.Api.Management.ViewModels.Pagination;
using Umbraco.Cms.Api.Common.ViewModels.Pagination;
using Umbraco.Cms.Api.Management.ViewModels.Tree;
namespace Umbraco.Cms.Api.Management.Controllers.PartialView.Tree;