@umbraco-cms/backoffice Sending a request to the server
I am gradually learning a new approach to developing plugins for v14 and I have a question.
Why the methods from the file: Umbraco.CMS.Backoffice\src\external\backend-api\src\core\request.ts are not exported so that other developers can use the same approach to send requests to the server?
Why did you hide these methods and types from other developers?
@umbraco-cms/backoffice Sending a request to the server
I am gradually learning a new approach to developing plugins for v14 and I have a question.
Why the methods from the file:
Umbraco.CMS.Backoffice\src\external\backend-api\src\core\request.ts
are not exported so that other developers can use the same approach to send requests to the server?Why did you hide these methods and types from other developers?
Thanks
is working on a reply...