We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
base
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At the moment Tea Commerce use the old
base
and have rest extentions, e.g. used with form posthttps://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
The text was updated successfully, but these errors were encountered: