Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor rest extensions #70

Open
bjarnef opened this issue Jan 1, 2019 · 0 comments
Open

Refactor rest extensions #70

bjarnef opened this issue Jan 1, 2019 · 0 comments
Labels

Comments

@bjarnef
Copy link
Contributor

bjarnef commented Jan 1, 2019

At the moment Tea Commerce use the old base and have rest extentions, e.g. used with form post
https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/blob/770705bdea8f20fd9e146c27724c9a830454c8e0/Source/TeaCommerce.Umbraco.Web/RestExtensions.cs

It seems this still is available in Umbraco v7 https://github.com/umbraco/Umbraco-CMS/tree/dev-v7/src/Umbraco.Core/Configuration/BaseRest but in Umbraco v8 is seems this has been removed and it either should use Web API or the Rest API to support v8, but there are probably also other parts which need to be refactored, because of the legacy stuff in Umbraco, which has been removed.
https://github.com/umbraco/Umbraco-CMS/tree/temp8/src/Umbraco.Core/Configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants